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_CLOSEmessage. - Channel
Data - The
SSH_MSG_CHANNEL_DATAmessage. - Channel
Eof - The
SSH_MSG_CHANNEL_EOFmessage. - Channel
Extended Data - The
SSH_MSG_CHANNEL_EXTENDED_DATAmessage. - Channel
Failure - The
SSH_MSG_CHANNEL_FAILUREmessage. - Channel
Open - The
SSH_MSG_CHANNEL_OPENmessage. - Channel
Open Confirmation - The
SSH_MSG_CHANNEL_OPEN_CONFIRMATIONmessage. - Channel
Open Failure - The
SSH_MSG_CHANNEL_OPEN_FAILUREmessage. - Channel
Request - The
SSH_MSG_CHANNEL_REQUESTmessage. - Channel
Success - The
SSH_MSG_CHANNEL_SUCCESSmessage. - Channel
Window Adjust - The
SSH_MSG_CHANNEL_WINDOW_ADJUSTmessage. - Forwarding
Success - The
SSH_MSG_REQUEST_SUCCESSmessage in the context of atcpip-forwardglobal request, if the provided port was0andwant_replywas set totruein the request. - Global
Request - The
SSH_MSG_GLOBAL_REQUESTmessage. - Request
Failure - The
SSH_MSG_REQUEST_FAILUREmessage. - Request
Success - The
SSH_MSG_REQUEST_SUCCESSmessage (empty body).
Enums§
- Channel
Open Context - The
contextin theSSH_MSG_CHANNEL_OPENmessage. - Channel
Open Failure Reason - The
reasonfor failure in theSSH_MSG_CHANNEL_OPEN_FAILUREmessage. - Channel
Request Context - The
contextin theSSH_MSG_CHANNEL_REQUESTmessage. - Global
Request Context - The
contextin theSSH_MSG_GLOBAL_REQUESTmessage.