| Home | Trees | Indices | Help |
|---|
|
|
SSH client & key policies
| Classes | |
|
SSHClient A high-level representation of a session with an SSH server. |
|
|
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. |
|
|
AutoAddPolicy Policy for automatically adding the hostname and new host key to the local `.HostKeys` object, and saving it. |
|
|
RejectPolicy Policy for automatically rejecting the unknown hostname & key. |
|
|
WarningPolicy Policy for logging a Python-style warning for an unknown host key, but accepting it. |
|
| Variables | |
__package__ =
|
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu May 7 11:49:47 2015 | http://epydoc.sourceforge.net |