| Home | Trees | Indices | Help | 
|---|
|  | 
              object --+                
                       |                
exceptions.BaseException --+            
                           |            
        exceptions.Exception --+        
                               |        
                    SSHException --+    
                                   |    
             AuthenticationException --+
                                       |
                                      BadAuthenticationType
Exception raised when an authentication type (like password) is used, but the server isn't allowing that type. (It may only allow public-key, for example.)
Since: 1.1
| Instance Methods | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  | |||
| Instance Variables | |
| list | allowed_types = list of allowed authentication types provided by the server (possible values are: "none","password", and"publickey"). | 
| Properties | |
| Inherited from  Inherited from  | 
| Method Details | 
| 
 x.__init__(...) initializes x; see x.__class__.__doc__ for signature 
 | 
| 
 str(x) 
 | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Sun Nov 1 22:14:16 2009 | http://epydoc.sourceforge.net |