Expand description
Types defined in the SSH’s architecture (SSH-ARCH) part of the protocol,
as defined in the RFC 4251.
Modules§
- id
- Utilities for the SSH identification string.
Macros§
Structs§
- Ascii
- A
stringas 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
booleanas defined in the SSH protocol. - Bytes
- A
stringas defined in the SSH protocol. - MpInt
- A
mpintas defined in the SSH protocol. - Name
List - A
name-listas defined in the SSH protocol, a,-separated list of ASCII identifiers. - Utf8
- A
stringas defined in the SSH protocol, restricted to valid UTF-8.