| 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.)
:ivar list allowed_types:
list of allowed authentication types provided by the server (possible
values are: ``"none"``, ``"password"``, and ``"publickey"``).
.. versionadded:: 1.1
| Instance Methods | |||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Variables | |
allowed_types =
|
|
| Properties | |
|
Inherited from Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu May 7 11:49:48 2015 | http://epydoc.sourceforge.net |