Package paramiko :: Class BadAuthenticationType
[show private | hide private]
[frames | no frames]

Class BadAuthenticationType

Exception --+    
            |    
 SSHException --+
                |
               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 Sun Dec 4 11:16:48 2005 http://epydoc.sf.net