Expand description
Structs§
- Debug
- The
SSH_MSG_DEBUG
message. - Disconnect
- The
SSH_MSG_DISCONNECT
message. - Ignore
- The
SSH_MSG_IGNORE
message. - KexEcdh
Init - The
SSH_MSG_KEX_ECDH_INIT
message. - KexEcdh
Reply - The
SSH_MSG_KEX_ECDH_REPLY
message. - KexInit
- The
SSH_MSG_KEXINIT
message. - Kexdh
Init - The
SSH_MSG_KEXDH_INIT
message. - Kexdh
Reply - The
SSH_MSG_KEXDH_REPLY
message. - NewKeys
- The
SSH_MSG_NEWKEYS
message. - Service
Accept - The
SSH_MSG_SERVICE_ACCEPT
message. - Service
Request - The
SSH_MSG_SERVICE_REQUEST
message. - Unimplemented
- The
SSH_MSG_UNIMPLEMENTED
message.
Enums§
- Disconnect
Reason - The
reason
for disconnect in theSSH_MSG_DISCONNECT
message.