Expand description
GitHub SSH key fetching for murk authorize github:username.
Enums§
- GitHub
Error - Errors that can occur when fetching GitHub SSH keys.
Functions§
- check_
pins - Check fetched keys against pinned fingerprints.
- fetch_
keys - Fetch all SSH public keys for a GitHub user.
- fingerprint
- Compute a SHA-256 fingerprint of an SSH public key string.
- key_
type_ label - Classify an SSH key type for human-readable display.
- parse_
github_ keys - Parse SSH keys from a GitHub
.keysresponse body.