MCPcopy Create free account
hub / github.com/RustCrypto/SSH / AuthorizedKeys

Class AuthorizedKeys

ssh-key/src/authorized_keys.rs:40–43  ·  view source on GitHub ↗

Parser for `AuthorizedKeysFile`-formatted data, typically found in `~/.ssh/authorized_keys`. For a full description of the format, see: Each line of the file consists of a single public key. Blank lines are ignored. Public keys consist of the following space-separated fields: ```text options, keytype, base64-encode

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected