paramiko.client.AutoAddPolicy

class paramiko.client.AutoAddPolicy

Policy for automatically adding the hostname and new host key to the local .HostKeys object, and saving it. This is used by .SSHClient.

__init__()

x.__init__(...) initializes x; see help(type(x)) for signature

Methods

missing_host_key(client, hostname, key)

Navigation