SSH3: Secure Shell Over HTTP/3
SSH has been the backbone of secure remote access for decades. Now, researchers are rethinking it for the modern web. SSH3 is a new approach: a secure shell running on top of HTTP/3.
What’s Different?
- Built on QUIC + TLS 1.3 → faster handshakes, better latency.
- HTTP/3 as transport → works in environments where traditional SSH struggles, like restrictive firewalls.
- Richer semantics → integrates cleanly with web infrastructure.
Why It Matters
Traditional SSH is great, but it was never designed for today’s web-dominated networking. SSH3 leverages modern protocols to improve:
- Connection speed
- Reliability in unstable networks
- Compatibility with cloud-native environments
The Road Ahead
The draft specification is already in the IETF pipeline as Remote Terminals over HTTP/3. While adoption will take time, the direction is clear: secure shell protocols are evolving for the next generation of the internet.
👉 Explore the project on GitHub: francoismichel/ssh3



