Net_SSH1
[ class tree: Net_SSH1 ] [ index: Net_SSH1 ] [ all elements ]

Element index for package Net_SSH1

[ d ] [ e ] [ g ] [ i ] [ l ] [ n ] [ r ] [ s ] [ w ] [ _ ]

_

__destruct
in file SSH1.php, method Net_SSH1::__destruct()
    Destructor.
top

d

disconnect
in file SSH1.php, method Net_SSH1::disconnect()
    Disconnect
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

g

getHostKeyPublicExponent
in file SSH1.php, method Net_SSH1::getHostKeyPublicExponent()
    Return the host key public exponent
getHostKeyPublicModulus
in file SSH1.php, method Net_SSH1::getHostKeyPublicModulus()
    Return the host key public modulus
getLog
in file SSH1.php, method Net_SSH1::getLog()
    Returns a log of the packets that have been sent and received.
getServerIdentification
in file SSH1.php, method Net_SSH1::getServerIdentification()
    Return the server identification.
getServerKeyPublicExponent
in file SSH1.php, method Net_SSH1::getServerKeyPublicExponent()
    Return the server key public exponent
getServerKeyPublicModulus
in file SSH1.php, method Net_SSH1::getServerKeyPublicModulus()
    Return the server key public modulus
getSupportedAuthentications
in file SSH1.php, method Net_SSH1::getSupportedAuthentications()
    Return a list of authentications supported by SSH1 server.
getSupportedCiphers
in file SSH1.php, method Net_SSH1::getSupportedCiphers()
    Return a list of ciphers supported by SSH1 server.
top

i

interactiveRead
in file SSH1.php, method Net_SSH1::interactiveRead()
    Returns the output of an interactive shell when no more output is available.
interactiveWrite
in file SSH1.php, method Net_SSH1::interactiveWrite()
    Inputs a command into an interactive shell.
top

l

login
in file SSH1.php, method Net_SSH1::login()
    Login
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

s

SSH1.php
procedural page SSH1.php
top

w

write
in file SSH1.php, method Net_SSH1::write()
    Inputs a command into an interactive shell.
top

Documentation generated on Tue, 09 Aug 2011 19:18:00 +0200 by phpDocumentor 1.4.1