| Home | Trees | Indices | Help | 
|---|
|  | 
              object --+            
                       |            
exceptions.BaseException --+        
                           |        
        exceptions.Exception --+    
                               |    
                    SSHException --+
                                   |
                                  BadHostKeyException
The host key given by the SSH server did not match what we were expecting.
Since: 1.6
| Instance Methods | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  | |||
| Instance Variables | |
| PKey | expected_key the host key expected | 
| str | hostname the hostname of the SSH server | 
| PKey | key the host key presented by the server | 
| Properties | |
| Inherited from  Inherited from  | 
| Method Details | 
| 
 x.__init__(...) initializes x; see x.__class__.__doc__ for signature 
 | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Sun Nov 1 22:14:16 2009 | http://epydoc.sourceforge.net |