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§
- TheSSH_MSG_CHANNEL_CLOSEmessage.
- TheSSH_MSG_CHANNEL_DATAmessage.
- TheSSH_MSG_CHANNEL_EOFmessage.
- TheSSH_MSG_CHANNEL_EXTENDED_DATAmessage.
- TheSSH_MSG_CHANNEL_FAILUREmessage.
- TheSSH_MSG_CHANNEL_OPENmessage.
- TheSSH_MSG_CHANNEL_OPEN_CONFIRMATIONmessage.
- TheSSH_MSG_CHANNEL_OPEN_FAILUREmessage.
- TheSSH_MSG_CHANNEL_REQUESTmessage.
- TheSSH_MSG_CHANNEL_SUCCESSmessage.
- TheSSH_MSG_CHANNEL_WINDOW_ADJUSTmessage.
- TheSSH_MSG_REQUEST_SUCCESSmessage in the context of atcpip-forwardglobal request, if the provided port was0andwant_replywas set totruein the request.
- TheSSH_MSG_GLOBAL_REQUESTmessage.
- TheSSH_MSG_REQUEST_FAILUREmessage.
- TheSSH_MSG_REQUEST_SUCCESSmessage (empty body).
Enums§
- Thetypeof extended data in theSSH_MSG_CHANNEL_EXTENDED_DATAmessage.
- Thecontextin theSSH_MSG_CHANNEL_OPENmessage.
- Thereasonfor failure in theSSH_MSG_CHANNEL_OPEN_FAILUREmessage.
- Thecontextin theSSH_MSG_CHANNEL_REQUESTmessage.
- Thecontextin theSSH_MSG_GLOBAL_REQUESTmessage.