ssh.file.BufferedFile:
Reusable base class to implement python-style file buffering around
a simpler stream.
ssh.buffered_pipe.BufferedPipe:
A buffer that obeys normal read (with timeout) & close
semantics for a file or socket, but is fed data from another
thread.
ssh.message.Message:
An SSH2 Message is a stream of bytes that encodes some
combination of strings, integers, bools, and infinite-precision
integers (known in python as longs).
ssh.client.MissingHostKeyPolicy:
Interface for defining the policy that SSHClient
should use when the SSH server's hostname is not in either the
system host keys or the application's keys.
ssh.primes.ModulusPack:
convenience object for holding the contents of the /etc/ssh/moduli
file, on systems that have such a file.
ssh.win_pageant.PageantConnection:
Mock "connection" to an agent which roughly approximates
the behavior of a unix local-domain socket (as used by Agent).