Changelog
Stay up to date with the latest changes to QUICSSH. From v0.1.0 to 0.1.0 — every improvement, fix, and new feature documented.
v0.1.0 GitHub Release
January 2, 2026
Initial public release of QUICSSH — SSH reimagined on top of the QUIC transport protocol.
If you encounter any issues, please report them on the issues page.
- AddedQUIC-based SSH transport (RFC 9000) over UDP
- AddedTLS 1.3 client and server certificate authentication
- AddedBuilt-in certificate authority for zero-trust deployments
- AddedOIDC/OAuth 2.0 identity provider integration
- AddedTOTP/OTP multi-factor authentication support
- AddedTCP and UDP port forwarding over multiplexed QUIC streams
- AddedSSH-to-Docker container access by container name
- AddedSSH-to-LXD instance access
- AddedSSH-to-Incus container access
- AddedAutomatic reconnect with QUIC connection migration on network change
- Added0-RTT session resumption for instant reconnects
- AddedQUICSSH server daemon with systemd support
- AddedSingle-binary client and server — zero runtime dependencies
- AddedLinux (x86_64, aarch64), macOS (Universal), and Windows (x86_64) builds