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
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’ssize
as au32
. - A
string
as defined in the SSH protocol, prefixed with it’ssize
as au32
, restricted to valid ASCII. - A
string
as defined in the SSH protocol, prefixed with it’ssize
as au32
, restricted to valid UTF-8.