tech · quantum risk
Is SSH bastion Quantum Proof? Network Security & PQC
Verdict
SSH bastions are not quantum-proof while host and user authentication use classical public-key algorithms. Hybrid KEX and certificate-based SSH help operations; algorithm migration is still required.
Overview
Bastions and jump hosts centralize admin access to fleets. That makes their host keys and access policies critical—quantum or classical.
See also /is-quantum-proof/ssh for general SSH quantum framing; this page focuses on bastion concentration and certificate-based access patterns.
Cryptographic profile
What breaks
- Long-lived classical host keys on bastions
- User authorized_keys sprawl without rotation
- Recorded sessions if only classical KEX was negotiated
Mitigations
- Inventory bastion host keys and algorithms
- Prefer SSH certificates with short lifetimes where possible
- Enable hybrid/post-quantum KEX when OpenSSH/vendor support exists
- Break-glass procedures for host key rotation
FAQ
Are bastions safer than direct SSH?
They improve operational control and auditing; they concentrate cryptographic risk on fewer high-value hosts.
Key concepts (technical dictionary)
Terms used on this page — open a definition: