Package ssh :: Module ssh_exception
[frames] | no frames]

Module ssh_exception

source code

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.