pub const GITLAB_FINGERPRINTS: &[&str];Expand description
GitLab.com’s published SSH host-key fingerprints (SHA-256).
Contains one entry per key type in SHA256:<base64> format:
- Ed25519 (index 0)
- ECDSA (index 1)
- RSA (index 2)
If GitLab rotates its keys, update this constant and cut a patch release.