RedSSH.exceptions

exception redssh.exceptions.AuthenticationFailedException(authentication)[source]

Bases: RedSSHException

Failed to authenticate via supplied methods.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception redssh.exceptions.NoAuthenticationOfferedException[source]

Bases: RedSSHException

Failed to authenticate because no methods were supplied.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception redssh.exceptions.RedSSHException[source]

Bases: Exception

Base error class for sub classing.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.