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_REQUEST_SUCCESS
message in the context of atcpip-forward
global request, if the provided port was0
andwant_reply
was set totrue
in the request. - The
SSH_MSG_GLOBAL_REQUEST
message. - The
SSH_MSG_REQUEST_FAILURE
message. - The
SSH_MSG_REQUEST_SUCCESS
message (empty body).
Enums§
- The
type
of extended data in theSSH_MSG_CHANNEL_EXTENDED_DATA
message. - The
context
in theSSH_MSG_CHANNEL_OPEN
message. - The
reason
for failure in theSSH_MSG_CHANNEL_OPEN_FAILURE
message. - The
context
in theSSH_MSG_CHANNEL_REQUEST
message. - The
context
in theSSH_MSG_GLOBAL_REQUEST
message.