Cryptography: Shell2
stieven kalengkian (contact me)
This class can be used to access remote server resources using the secure shell (ssh) protocol.
It uses the PHP ssh2 extension to establish an encrypted connection to a given remote host.
The class can authenticate on behalf of a given user, execute a shell command and retrieve the command output, and send or receive files to the remote host like with the scp command.
Click here for detailed information about this class on phpclasses.org