Module connect

Source
Expand description

Messages involved in the SSH’s connect (SSH-CONNECT) part of the protocol, as defined in the RFC 4254.

Structs§

ChannelClose
The SSH_MSG_CHANNEL_CLOSE message.
ChannelData
The SSH_MSG_CHANNEL_DATA message.
ChannelEof
The SSH_MSG_CHANNEL_EOF message.
ChannelExtendedData
The SSH_MSG_CHANNEL_EXTENDED_DATA message.
ChannelFailure
The SSH_MSG_CHANNEL_FAILURE message.
ChannelOpen
The SSH_MSG_CHANNEL_OPEN message.
ChannelOpenConfirmation
The SSH_MSG_CHANNEL_OPEN_CONFIRMATION message.
ChannelOpenFailure
The SSH_MSG_CHANNEL_OPEN_FAILURE message.
ChannelRequest
The SSH_MSG_CHANNEL_REQUEST message.
ChannelSuccess
The SSH_MSG_CHANNEL_SUCCESS message.
ChannelWindowAdjust
The SSH_MSG_CHANNEL_WINDOW_ADJUST message.
ForwardingSuccess
The SSH_MSG_REQUEST_SUCCESS message in the context of a tcpip-forward global request, if the provided port was 0 and want_reply was set to true in the request.
GlobalRequest
The SSH_MSG_GLOBAL_REQUEST message.
RequestFailure
The SSH_MSG_REQUEST_FAILURE message.
RequestSuccess
The SSH_MSG_REQUEST_SUCCESS message (empty body).

Enums§

ChannelOpenContext
The context in the SSH_MSG_CHANNEL_OPEN message.
ChannelOpenFailureReason
The reason for failure in the SSH_MSG_CHANNEL_OPEN_FAILURE message.
ChannelRequestContext
The context in the SSH_MSG_CHANNEL_REQUEST message.
GlobalRequestContext
The context in the SSH_MSG_GLOBAL_REQUEST message.