Home | Trees | Index | Help |
---|
Package paramiko :: Class BadAuthenticationType |
|
Exception
--+ |SSHException
--+ | BadAuthenticationType
Since: 1.1
Method Summary | |
---|---|
__init__(self,
explanation,
types)
| |
__str__(self)
| |
Inherited from Exception | |
|
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_typeslist of allowed authentication types provided by the server (possible values are:"none" ,
"password" , and
"publickey" ).
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sun Dec 4 11:16:48 2005 | http://epydoc.sf.net |