Expand description
Messages involved in the SSH’s connect (SSH-CONNECT
) part of the protocol,
as defined in the RFC 4254.
Structs§
- Channel
Close - The
SSH_MSG_CHANNEL_CLOSE
message. - Channel
Data - The
SSH_MSG_CHANNEL_DATA
message. - Channel
Eof - The
SSH_MSG_CHANNEL_EOF
message. - Channel
Extended Data - The
SSH_MSG_CHANNEL_EXTENDED_DATA
message. - Channel
Failure - The
SSH_MSG_CHANNEL_FAILURE
message. - Channel
Open - The
SSH_MSG_CHANNEL_OPEN
message. - Channel
Open Confirmation - The
SSH_MSG_CHANNEL_OPEN_CONFIRMATION
message. - Channel
Open Failure - The
SSH_MSG_CHANNEL_OPEN_FAILURE
message. - Channel
Request - The
SSH_MSG_CHANNEL_REQUEST
message. - Channel
Success - The
SSH_MSG_CHANNEL_SUCCESS
message. - Channel
Window Adjust - The
SSH_MSG_CHANNEL_WINDOW_ADJUST
message. - Forwarding
Success - 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. - Global
Request - The
SSH_MSG_GLOBAL_REQUEST
message. - Request
Failure - The
SSH_MSG_REQUEST_FAILURE
message. - Request
Success - The
SSH_MSG_REQUEST_SUCCESS
message (empty body).
Enums§
- Channel
Open Context - The
context
in theSSH_MSG_CHANNEL_OPEN
message. - Channel
Open Failure Reason - The
reason
for failure in theSSH_MSG_CHANNEL_OPEN_FAILURE
message. - Channel
Request Context - The
context
in theSSH_MSG_CHANNEL_REQUEST
message. - Global
Request Context - The
context
in theSSH_MSG_GLOBAL_REQUEST
message.