Releases: USTC-vlab/sshmux
Releases · USTC-vlab/sshmux
v0.0.9
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- PROXY protocol support by @stevapple in #4
- Add support for Docker images by @stevapple in #7
- Refactor with minor improvements, and add README by @stevapple in #5
New Contributors
- @stevapple made their first contribution in #4
Full Changelog: v0.0.7...v0.0.8
v0.0.7
Add integration test and CI (#3)
v0.0.6
x/crypto/ssh: Disable ext [email protected] It's incompatible with old sshd servers
v0.0.5
Export the default pubkey algo list, also drop Terrapin mitigation According to https://deps.dev/advisory/osv/GO-2023-2402 , Terrapin was patched since x/crypto v0.17.0
v0.0.4
Inline (cipher []string)
v0.0.3
Update Go to 1.21
v0.0.2
Disable chacha20Poly1305ID Mitigate Terrapin attack.
v0.0.1
Add GitHub Actions