Element index for package Net_SSH1
[ d ]
[ e ]
[ g ]
[ i ]
[ l ]
[ n ]
[ r ]
[ s ]
[ w ]
[ _ ]
top
top
e
- exec
- in file SSH1.php, method Net_SSH1::exec()
Executes a command on a non-interactive shell, returns the output, and quits.
top
top
top
top
n
- Net_SSH1
- in file SSH1.php, method Net_SSH1::Net_SSH1()
Default Constructor.
- Net_SSH1
- in file SSH1.php, class Net_SSH1
Pure-PHP implementation of SSHv1.
- NET_SSH1_AUTH_PASSWORD
- in file SSH1.php, constant NET_SSH1_AUTH_PASSWORD
password authentication
- NET_SSH1_AUTH_RHOSTS
- in file SSH1.php, constant NET_SSH1_AUTH_RHOSTS
.rhosts or /etc/hosts.equiv
- NET_SSH1_AUTH_RHOSTS_RSA
- in file SSH1.php, constant NET_SSH1_AUTH_RHOSTS_RSA
.rhosts with RSA host authentication
- NET_SSH1_AUTH_RSA
- in file SSH1.php, constant NET_SSH1_AUTH_RSA
pure RSA authentication
- NET_SSH1_CIPHER_3DES
- in file SSH1.php, constant NET_SSH1_CIPHER_3DES
Triple-DES in CBC mode
- NET_SSH1_CIPHER_BLOWFISH
- in file SSH1.php, constant NET_SSH1_CIPHER_BLOWFISH
Blowfish
- NET_SSH1_CIPHER_BROKEN_TSS
- in file SSH1.php, constant NET_SSH1_CIPHER_BROKEN_TSS
TRI's Simple Stream encryption CBC
- NET_SSH1_CIPHER_DES
- in file SSH1.php, constant NET_SSH1_CIPHER_DES
DES in CBC mode
- NET_SSH1_CIPHER_IDEA
- in file SSH1.php, constant NET_SSH1_CIPHER_IDEA
IDEA in CFB mode
- NET_SSH1_CIPHER_NONE
- in file SSH1.php, constant NET_SSH1_CIPHER_NONE
No encryption
- NET_SSH1_CIPHER_RC4
- in file SSH1.php, constant NET_SSH1_CIPHER_RC4
RC4
- NET_SSH1_LOG_COMPLEX
- in file SSH1.php, constant NET_SSH1_LOG_COMPLEX
Returns the message content
- NET_SSH1_LOG_SIMPLE
- in file SSH1.php, constant NET_SSH1_LOG_SIMPLE
Returns the message numbers
- NET_SSH1_READ_REGEX
- in file SSH1.php, constant NET_SSH1_READ_REGEX
Returns when a string matching the regular expression $expect is found
- NET_SSH1_READ_SIMPLE
- in file SSH1.php, constant NET_SSH1_READ_SIMPLE
Returns when a string matching $expect exactly is found
top
r
- read
- in file SSH1.php, method Net_SSH1::read()
Returns the output of an interactive shell when there's a match for $expect
top
top
w
- write
- in file SSH1.php, method Net_SSH1::write()
Inputs a command into an interactive shell.
top
|
|