This release candidate bundles ProxyJump support. It relies on a recent version of quic-go that is not in an official release yet.
We encourage you to try it out and provide feedback !
What's Changed
- [skip-ci] Update README.md by @Ayesh in #39
- Integration tests server checks by @francoismichel in #49
- No secrets in build gh action by @francoismichel in #51
- generate an ed25519 key for testuser by @francoismichel in #52
- draft: fix(util): match non-pointer public key types by @TheoTechnicguy in #48
- fix(client): prefer CLI arguments, following OpenSSH behaviour by @TheoTechnicguy in #45
- handle commented and empty lines in authorized_indentities by @francoismichel in #72
- run the shell in login mode when an interactive session is run by @francoismichel in #73
- use fqdn for module by @drewwells in #74
- move packages to cmd, update instructions by @drewwells in #75
- allow building ssh3-server on other unix platform by @francoismichel in #56
- README - typo by @sneycampos in #78
- minor issue: fix remotePort validation by @sivukhin in #82
- Correctly parse user GID by @clfs in #88
- Extract client behaviour outside the main by @francoismichel in #90
- cli: add -version switch to display software version by @francoismichel in #91
- extract reusable client behaviour in a separate function by @francoismichel in #92
- add return value to Client's ForwardTCP and ForwardUDP by @francoismichel in #93
- ProxyJump support !
New Contributors
- @Ayesh made their first contribution in #39
- @TheoTechnicguy made their first contribution in #48
- @drewwells made their first contribution in #74
- @sneycampos made their first contribution in #78
- @sivukhin made their first contribution in #82
- @clfs made their first contribution in #88
Full Changelog: v0.1.4...v0.1.5-rc3