Module ssh_packet::arch

source ·
Expand description

Types defined in the SSH’s architecture (SSH-ARCH) part of the protocol, as defined in the RFC 4251.

Structs§

  • A boolean as defined in the SSH protocol.
  • A string as defined in the SSH protocol, prefixed with it’s size as a u32.
  • A mpint as defined in the SSH protocol.
  • A name-list as defined in the SSH protocol, a ,-separated list of ASCII identifiers, prefixed with it’s size as a u32.
  • A string as defined in the SSH protocol, prefixed with it’s size as a u32, restricted to valid ASCII.
  • A string as defined in the SSH protocol, prefixed with it’s size as a u32, restricted to valid UTF-8.