netssh2.exceptions

Module for defining netssh2 exceptions

exception netssh2.exceptions.NetSsh2AuthenticationError

Base exception for any authentication errors

exception netssh2.exceptions.NetSsh2ChannelException

Base exception for any channel errors

exception netssh2.exceptions.NetSsh2HostError

Base exception for any host errors

exception netssh2.exceptions.NetSsh2Timeout

Base exception for any timeout errors

exception netssh2.exceptions.NetSsh2TooManyRetriesException

Base exception when ran out of retries.