Errors
- exception ssh2.errors.SFTPError[source]
Exception raised when an
SSHClientobject doesn’t exist and the user attempts to create a newSFTPClientsession object.- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception ssh2.errors.SSHChannelError[source]
Exception raised when
paramiko.open_channelfails to create a socket object for our tunnel.- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception ssh2.errors.SSHConfigurationError[source]
Exception raised when one or more unsupported SSH configuration properties are invoked.
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.