Module ssh_packet::trans
source · Expand description
Messages involved in the SSH’s transport (SSH-TRANS) part of the protocol,
as defined in the RFC 4253.
Structs
- The
SSH_MSG_DEBUGmessage. - The
SSH_MSG_DISCONNECTmessage. - The
SSH_MSG_IGNOREmessage. - The
SSH_MSG_KEXINITmessage. - The
SSH_MSG_NEWKEYSmessage. - The
SSH_MSG_SERVICE_ACCEPTmessage. - The
SSH_MSG_SERVICE_REQUESTmessage. - The
SSH_MSG_UNIMPLEMENTEDmessage.
Enums
- The
reasonfor disconnect in theSSH_MSG_DISCONNECTmessage.