Package paramiko :: Class BadAuthenticationType
[frames | no frames]

Class BadAuthenticationType

      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

Method Summary
  __init__(self, explanation, types)
  __str__(self)
    Inherited from Exception
  __getitem__(...)

Instance Variable Summary
list allowed_types: list of allowed authentication types provided by the server (possible values are: "none", "password", and "publickey").

Instance Variable Details

allowed_types

list of allowed authentication types provided by the server (possible values are: "none", "password", and "publickey").
Type:
list
Value:
[]                                                                     

Generated by Epydoc 2.1 on Mon Jan 21 19:06:09 2008 http://epydoc.sf.net