Home | Trees | Indices | Help |
|
---|
|
ssh.py Friendly Python SSH2 interface. From http://commandline.org.uk/code/ License: LGPL modified by justin riley (justin.t.riley@gmail.com)
|
|||
SSHClient Establishes an SSH connection to a remote host using either password or private key authentication. |
|||
Connection Establishes an SSH connection to a remote host using either password or private key authentication. |
|||
SSHGlob |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
HAS_TERMIOS = True
|
|||
RSA_OID = ObjectIdentifier(1.2.840.113549.1.1.1)
|
|||
RSA_PARAMS =
|
|||
__package__ =
|
|
Returns the fingerprint of a private RSA key as a 59-character string (40 characters separated every 2 characters by a ':'). The fingerprint is computed using a SHA1 digest of the DER encoded RSA private key. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jan 3 23:11:32 2012 | http://epydoc.sourceforge.net |