| |
|
|

SSH in PHP
Category : Cryptography
Version : NA
Views : 27 Views
Ratings : 0.000 out of 5
Votes : 0 Votes
Reviews : 0 Reviews
Space Required : 0.03 MB
|
|
Overview
This class implements a SSH client to securely execute shell commands in a remote server using an encrypted communications channel.
This class is not based on any PHP extension specifically meant to implement the SSH protocol. It only requires the PHP extensions bcmath and mcrypt.
It can connect to a SSH server, authenticate with given user and password, execute given commands and retrieve the commands output returned by the server.
Currently the class only supports SSH protocol version 1.
Not Available
|
|
|
|
|