Module ssh_packet::connect
source · Expand description
Messages involved in the SSH’s connect (SSH-CONNECT
) part of the protocol,
as defined in the RFC 4254.
Structs
- The
SSH_MSG_CHANNEL_CLOSE
message. - The
SSH_MSG_CHANNEL_DATA
message. - The
SSH_MSG_CHANNEL_EOF
message. - The
SSH_MSG_CHANNEL_EXTENDED_DATA
message. - The
SSH_MSG_CHANNEL_FAILURE
message. - The
SSH_MSG_CHANNEL_OPEN
message. - The
SSH_MSG_CHANNEL_OPEN_CONFIRMATION
message. - The
SSH_MSG_CHANNEL_OPEN_FAILURE
message. - The
SSH_MSG_CHANNEL_REQUEST
message. - The
SSH_MSG_CHANNEL_SUCCESS
message. - The
SSH_MSG_CHANNEL_WINDOW_ADJUST
message. - The
SSH_MSG_GLOBAL_REQUEST
message. - The
SSH_MSG_REQUEST_FAILURE
message. - The
SSH_MSG_REQUEST_SUCCESS
message.
Enums
- The
type
of extended data in theSSH_MSG_CHANNEL_EXTENDED_DATA
message. - The
reason
for failure in theSSH_MSG_CHANNEL_OPEN_FAILURE
message.