Expand description
Types defined in the SSH’s architecture (SSH-ARCH
) part of the protocol,
as defined in the RFC 4251.
Macros§
Structs§
- Ascii
- A
string
as defined in the SSH protocol, restricted to valid UTF-8. - Ascii
Error - Errors which can occur when attempting to interpret a string as a ASCII characters.
- Bool
- A
boolean
as defined in the SSH protocol. - Bytes
- A
string
as defined in the SSH protocol. - MpInt
- A
mpint
as defined in the SSH protocol. - Name
List - A
name-list
as defined in the SSH protocol, a,
-separated list of ASCII identifiers. - Utf8
- A
string
as defined in the SSH protocol, restricted to valid UTF-8.