Home | Trees | Indices | Help |
---|
|
Exceptions defined by ssh.
Classes | |
SSHException Exception raised by failures in SSH2 protocol negotiation or logic errors. |
|
AuthenticationException Exception raised when authentication failed for some reason. |
|
PasswordRequiredException Exception raised when a password is needed to unlock a private key file. |
|
BadAuthenticationType Exception raised when an authentication type (like password) is used, but the server isn't allowing that type. |
|
PartialAuthentication An internal exception thrown in the case of partial authentication. |
|
ChannelException Exception raised when an attempt to open a new Channel fails. |
|
BadHostKeyException The host key given by the SSH server did not match what we were expecting. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Oct 31 10:21:39 2011 | http://epydoc.sourceforge.net |