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_DEBUG
message. - The
SSH_MSG_DISCONNECT
message. - The
SSH_MSG_IGNORE
message. - The
SSH_MSG_KEXINIT
message. - The
SSH_MSG_NEWKEYS
message. - The
SSH_MSG_SERVICE_ACCEPT
message. - The
SSH_MSG_SERVICE_REQUEST
message. - The
SSH_MSG_UNIMPLEMENTED
message.
Enums
- The
reason
for disconnect in theSSH_MSG_DISCONNECT
message.