GitHub Implements Post-Quantum Secure SSH Key Exchange for Enhanced Git Data Protection
By
brian m. carlson
A baker's-dozen of insight crammed into one ring.
Summary
GitHub is introducing post-quantum secure SSH key exchange algorithms (sntrup761x25519-sha512) to enhance security for Git data access. This change only affects SSH connections and not HTTPS access, and specifically excludes GitHub Enterprise Cloud with US data residency. The update aims to protect data both currently and against future quantum computing threats.
Key quotes
· 4 pulledWe're adding a new post-quantum secure SSH key exchange algorithm, known alternately as sntrup761x25519-sha512 and [email protected], to our SSH endpoints for accessing Git data
This only affects SSH access and doesn't impact HTTPS access at all
It also does not affect GitHub Enterprise Cloud with data residency in the United States region
These changes will keep your data secure both now and far into the future
You might also wanna read
OpenSSH Implements Post-Quantum Cryptography for Secure SSH Connections
OpenSSH has integrated post-quantum cryptography algorithms to safeguard SSH connections against quantum computer attacks. Starting with Ope
GitHub Launches Immutable Releases for Enhanced Software Supply Chain Security
GitHub has introduced immutable releases as a general availability feature, providing enhanced supply chain security. Once a release is mark
Using SSH Certificates for Secure Git Commit Signing and Code Authorship Verification
The article discusses the importance of code authorship verification in software development, highlighting the limitations of traditional au
Managing SSH Keys in .git Directory for Repository Portability and Account Isolation
The article describes a technical solution for managing SSH keys in Git repositories to prevent accidental pushes from the wrong account. Th
Critical RCE vulnerability CVE-2026-3854 discovered in GitHub's internal git infrastructure
Wiz Research discovered a critical vulnerability (CVE-2026-3854) in GitHub's internal git infrastructure affecting both GitHub.com and GitHu
GitHub Service Outage: Git Operations Failed Due to Expired TLS Certificate
GitHub experienced a service outage from November 18, 2025, 20:30 UTC to 21:34 UTC affecting all Git operations including SSH and HTTP clien
