Skip to main content

GITHUB_FINGERPRINTS

Constant GITHUB_FINGERPRINTS 

Source
pub const GITHUB_FINGERPRINTS: &[&str];
Expand description

GitHub’s published SSH host-key fingerprints (SHA-256, FR-6).

Contains one entry per key type in SHA256:<base64> format:

  • Ed25519 (index 0)
  • ECDSA (index 1)
  • RSA (index 2)

If GitHub rotates its keys, update this constant and cut a patch release.