Element index for package Net_SSH2
[ d ]
[ e ]
[ g ]
[ l ]
[ n ]
[ r ]
[ s ]
[ w ]
[ _ ]
top
top
top
g
- getCompressionAlgorithmsClient2Server
- in file SSH2.php, method Net_SSH2::getCompressionAlgorithmsClient2Server()
Return a list of the compression algorithms the server supports, when receiving stuff from the client.
- getCompressionAlgorithmsServer2Client
- in file SSH2.php, method Net_SSH2::getCompressionAlgorithmsServer2Client()
Return a list of the compression algorithms the server supports, when sending stuff to the client.
- getEncryptionAlgorithmsClient2Server
- in file SSH2.php, method Net_SSH2::getEncryptionAlgorithmsClient2Server()
Return a list of the (symmetric key) encryption algorithms the server supports, when receiving stuff from the client.
- getEncryptionAlgorithmsServer2Client
- in file SSH2.php, method Net_SSH2::getEncryptionAlgorithmsServer2Client()
Return a list of the (symmetric key) encryption algorithms the server supports, when sending stuff to the client.
- getErrors
- in file SSH2.php, method Net_SSH2::getErrors()
Returns all errors
- getKexAlgorithms
- in file SSH2.php, method Net_SSH2::getKexAlgorithms()
Return a list of the key exchange algorithms the server supports.
- getLanguagesClient2Server
- in file SSH2.php, method Net_SSH2::getLanguagesClient2Server()
Return a list of the languages the server supports, when receiving stuff from the client.
- getLanguagesServer2Client
- in file SSH2.php, method Net_SSH2::getLanguagesServer2Client()
Return a list of the languages the server supports, when sending stuff to the client.
- getLastError
- in file SSH2.php, method Net_SSH2::getLastError()
Returns the last error
- getLog
- in file SSH2.php, method Net_SSH2::getLog()
Returns a log of the packets that have been sent and received.
- getMACAlgorithmsClient2Server
- in file SSH2.php, method Net_SSH2::getMACAlgorithmsClient2Server()
Return a list of the MAC algorithms the server supports, when receiving stuff from the client.
- getMACAlgorithmsServer2Client
- in file SSH2.php, method Net_SSH2::getMACAlgorithmsServer2Client()
Return a list of the MAC algorithms the server supports, when sending stuff to the client.
- getServerHostKeyAlgorithms
- in file SSH2.php, method Net_SSH2::getServerHostKeyAlgorithms()
Return a list of the host key (public key) algorithms the server supports.
- getServerIdentification
- in file SSH2.php, method Net_SSH2::getServerIdentification()
Return the server identification.
- getServerPublicHostKey
- in file SSH2.php, method Net_SSH2::getServerPublicHostKey()
Returns the server public host key.
top
top
n
- Net_SSH2
- in file SSH2.php, method Net_SSH2::Net_SSH2()
Default Constructor.
- Net_SSH2
- in file SSH2.php, class Net_SSH2
Pure-PHP implementation of SSHv2.
- NET_SSH2_LOG_COMPLEX
- in file SSH2.php, constant NET_SSH2_LOG_COMPLEX
Returns the message content
- NET_SSH2_LOG_SIMPLE
- in file SSH2.php, constant NET_SSH2_LOG_SIMPLE
Returns the message numbers
- NET_SSH2_READ_REGEX
- in file SSH2.php, constant NET_SSH2_READ_REGEX
Returns when a string matching the regular expression $expect is found
- NET_SSH2_READ_SIMPLE
- in file SSH2.php, constant NET_SSH2_READ_SIMPLE
Returns when a string matching $expect exactly is found
top
r
- read
- in file SSH2.php, method Net_SSH2::read()
Returns the output of an interactive shell
top
top
w
- write
- in file SSH2.php, method Net_SSH2::write()
Inputs a command into an interactive shell.
top
|
|