Home | Trees | Index | Help |
---|
Package paramiko :: Module ssh_exception :: Class BadAuthenticationType |
|
Exception
--+ |SSHException
--+ | BadAuthenticationType
Since: 1.1
Method Summary | |
---|---|
__init__(self,
explanation,
types)
| |
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.0 on Thu Jun 30 20:46:58 2005 | http://epydoc.sf.net |