Module trans

Source
Expand description

Messages involved in the SSH’s transport (SSH-TRANS) part of the protocol, as defined in the RFC 4253 and RFC 5656.

Structs§

Debug
The SSH_MSG_DEBUG message.
Disconnect
The SSH_MSG_DISCONNECT message.
Ignore
The SSH_MSG_IGNORE message.
KexEcdhInit
The SSH_MSG_KEX_ECDH_INIT message.
KexEcdhReply
The SSH_MSG_KEX_ECDH_REPLY message.
KexInit
The SSH_MSG_KEXINIT message.
KexdhInit
The SSH_MSG_KEXDH_INIT message.
KexdhReply
The SSH_MSG_KEXDH_REPLY message.
NewKeys
The SSH_MSG_NEWKEYS message.
ServiceAccept
The SSH_MSG_SERVICE_ACCEPT message.
ServiceRequest
The SSH_MSG_SERVICE_REQUEST message.
Unimplemented
The SSH_MSG_UNIMPLEMENTED message.

Enums§

DisconnectReason
The reason for disconnect in the SSH_MSG_DISCONNECT message.