From 1a716ed46d1d556d4ba6798608ab498320acd886 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sat, 25 May 2013 00:04:32 -0400 Subject: Imported Upstream version 1.10.1 --- docs/paramiko.AutoAddPolicy-class.html | 224 --------------------------------- 1 file changed, 224 deletions(-) delete mode 100644 docs/paramiko.AutoAddPolicy-class.html (limited to 'docs/paramiko.AutoAddPolicy-class.html') diff --git a/docs/paramiko.AutoAddPolicy-class.html b/docs/paramiko.AutoAddPolicy-class.html deleted file mode 100644 index 6acbd2a..0000000 --- a/docs/paramiko.AutoAddPolicy-class.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - paramiko.AutoAddPolicy - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Package paramiko :: - Class AutoAddPolicy - - - - - -
[frames] | no frames]
-
- -

Class AutoAddPolicy

source code

-
-          object --+    
-                   |    
-MissingHostKeyPolicy --+
-                       |
-                      AutoAddPolicy
-
- -
-

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

- - - - - - - - - - - - - -
- Instance Methods
-   - - - - - - -
missing_host_key(self, - client, - hostname, - key)
- Called when an SSHClient receives a server key for a server that - isn't in either the system or local HostKeys object.
- source code - -
- -
-

Inherited from object: - __delattr__, - __format__, - __getattribute__, - __hash__, - __init__, - __new__, - __reduce__, - __reduce_ex__, - __repr__, - __setattr__, - __sizeof__, - __str__, - __subclasshook__ -

-
- - - - - - - - - -
- Properties
-

Inherited from object: - __class__ -

-
- - - - - - -
- Method Details
- -
- -
- - -
-

missing_host_key(self, - client, - hostname, - key) -

-
source code  -
- -

Called when an SSHClient receives a server key for a server that isn't - in either the system or local HostKeys object. To accept the key, simply return. To - reject, raised an exception (which will be passed to the calling - application).

-
-
Overrides: - MissingHostKeyPolicy.missing_host_key -
(inherited documentation)
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - -- cgit v1.2.3