|
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.
|
|
SSHClient
A high-level representation of a session with an SSH server.
|