Home | Trees | Index | Help |
---|
|
paramiko
: Paramiko (a combination of the esperanto words for
"paranoid" and "friend") is a module for python 2.3
or greater that implements the SSH2 protocol for secure (encrypted and
authenticated) connections to remote machines.
auth_transport
: Transport
is a subclass of BaseTransport
that handles
authentication.
channel
: Abstraction for an SSH2 channel.
dsskey
: DSSKey
pkey
: Common API for all public keys.
rsakey
: RSAKey
ssh_exception
: Exceptions defined by paramiko.
transport
: BaseTransport
handles the core SSH2
protocol.
util
: Useful functions used by the rest of paramiko.
__builtin__.object
:
The most base type
paramiko.channel.Channel
:
A secure tunnel across an SSH Transport
.
paramiko.channel.ChannelFile
:
A file-like wrapper around Channel
.
paramiko.pkey.PKey
:
Base class for public keys.
paramiko.dsskey.DSSKey
:
Representation of a DSS key which can be used to sign an verify SSH2
data.
paramiko.rsakey.RSAKey
:
Representation of an RSA key which can be used to sign and verify SSH2
data.
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
exceptions.Exception
:
Common base class for all exceptions.
paramiko.ssh_exception.SSHException
:
Exception thrown by failures in SSH2 protocol negotiation or logic
errors.
paramiko.ssh_exception.PasswordRequiredException
:
Exception thrown when a password is needed to unlock a private key
file.
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Sun Jan 4 02:33:11 2004 | http://epydoc.sf.net |