šŸŽ New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

OpenSSH 10.0: Post-Quantum Cryptography Enabled by Default

OpenSSH 10.0: Post-Quantum Cryptography Enabled by Default

The OpenSSH project has released version 10.0, a milestone release that enables post-quantum cryptography by default for all new SSH connections.

Post-Quantum Key Exchange

OpenSSH 10.0 uses a hybrid key exchange combining classical X25519 with the ML-KEM-768 (formerly Kyber) post-quantum algorithm. This means SSH connections are protected against both current and future quantum attacks:

  • Hybrid by default — sntrup761x25519-sha512 and mlkem768x25519-sha256 are the default key exchange methods
  • Backward compatible — Falls back to classical algorithms when connecting to older servers
  • Minimal overhead — Post-quantum key exchange adds only ~1ms to connection setup

Other Changes

  • DSA Support Removed — DSA keys are no longer supported (deprecated since OpenSSH 7.0)
  • Improved FIDO2 — Better support for resident keys and user verification
  • SSH Tap — New diagnostic mode for recording SSH session traffic for debugging
  • Certificate Improvements — Extended certificate validity with automatic renewal support

System administrators should upgrade to OpenSSH 10.0 and regenerate host keys to benefit from post-quantum protection.

Share this article:
Dargslan Editorial Team (Dargslan)
About the Author

Dargslan Editorial Team (Dargslan)

Collective of Software Developers, System Administrators, DevOps Engineers, and IT Authors

Dargslan is an independent technology publishing collective formed by experienced software developers, system administrators, and IT specialists.

The Dargslan editorial team works collaboratively to create practical, hands-on technology books focused on real-world use cases. Each publication is developed, reviewed, and...

Programming Languages Linux Administration Web Development Cybersecurity Networking

Stay Updated

Subscribe to our newsletter for the latest tutorials, tips, and exclusive offers.