SSH Protocol Codes
Numeric codes used in the SSH transport and connection protocols. Covers disconnect reason codes (RFC 4253 §11.1) sent in SSH_MSG_DISCONNECT messages, and channel open failure reason codes (RFC 4254 §5.1) sent in SSH_MSG_CHANNEL_OPEN_FAILURE messages.
References
20 codes
-
SSH_DISCONNECT_AUTH_CANCELLED_BY_USERAuth Cancelled by User -
SSH_DISCONNECT_BY_APPLICATIONDisconnected by Application -
SSH_DISCONNECT_COMPRESSION_ERRORCompression Error -
SSH_DISCONNECT_CONNECTION_LOSTConnection Lost -
SSH_DISCONNECT_HOST_KEY_NOT_VERIFIABLEHost Key Not Verifiable -
SSH_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECTHost Not Allowed to Connect -
SSH_DISCONNECT_ILLEGAL_USER_NAMEIllegal User Name -
SSH_DISCONNECT_KEY_EXCHANGE_FAILEDKey Exchange Failed -
SSH_DISCONNECT_MAC_ERRORMAC Error -
SSH_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLENo More Auth Methods Available -
SSH_DISCONNECT_PROTOCOL_ERRORProtocol Error -
SSH_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTEDProtocol Version Not Supported -
SSH_DISCONNECT_RESERVEDReserved -
SSH_DISCONNECT_SERVICE_NOT_AVAILABLEService Not Available -
SSH_DISCONNECT_TOO_MANY_CONNECTIONSToo Many Connections -
SSH_EXTENDED_DATA_STDERRExtended Data: Stderr -
SSH_OPEN_ADMINISTRATIVELY_PROHIBITEDAdministratively Prohibited -
SSH_OPEN_CONNECT_FAILEDConnect Failed -
SSH_OPEN_RESOURCE_SHORTAGEResource Shortage -
SSH_OPEN_UNKNOWN_CHANNEL_TYPEUnknown Channel Type