Crate ssh_packet
source ·Expand description
ssh-packet
Representations of SSH packets interoperable with their binary wire representation.
see RFC4250.
Modules
- Types defined in the SSH’s architecture part of the protocol, as defined in the RFC 4251.
- Messages involved in the SSH’s authentication part of the protocol, as defined in the RFC 4252.
- Messages involved in the SSH’s connect part of the protocol, as defined in the RFC 4254.
- Messages involved in the SSH’s transport part of the protocol, as defined in the RFC 4253.
Structs
- The SSH identification string as defined in the SSH protocol.
- A SSH 2.0 binary packet representation, including it’s encrypted payload.
Enums
- The error type used by
BinRead.
Traits
- The
BinReadtrait reads data from streams and converts it into objects. - The
BinWritetrait serialises objects and writes them to streams.