Skip to content

Releases: francoismichel/ssh3

v0.1.7

29 Jan 21:55
Compare
Choose a tag to compare

Minor release compared to 0.1.6. It enables ecdsa authentication and fixes a synchronization bug.

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

16 Jan 16:42
Compare
Choose a tag to compare

What's Changed

v0.1.6. Adds a lot of functionnalities and fixes thanks to the community feedback. The most important changes are a the support of udp-based ProxyJump, automatic public certs issuance and renewing and proper version negotiation.

New Contributors

Full Changelog: v0.1.4...v0.1.6

v0.1.6-rc2

16 Jan 16:25
1ebc171
Compare
Choose a tag to compare
v0.1.6-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.6-rc1...v0.1.6-rc2

v0.1.6-rc1

16 Jan 13:30
68da153
Compare
Choose a tag to compare
v0.1.6-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.5-rc5...v0.1.6-rc1

v0.1.5-rc5

10 Jan 15:26
Compare
Choose a tag to compare
v0.1.5-rc5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.5-rc4...v0.1.5-rc5

v0.1.5-rc4

10 Jan 13:03
0fd9ca7
Compare
Choose a tag to compare
v0.1.5-rc4 Pre-release
Pre-release

We are close to releasing v0.1.5, only a few changes in this rc.

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5-rc4

v0.1.5-rc3

03 Jan 16:45
Compare
Choose a tag to compare
v0.1.5-rc3 Pre-release
Pre-release

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

New Contributors

Full Changelog: v0.1.4...v0.1.5-rc3

v0.1.5-rc2

21 Dec 17:15
Compare
Choose a tag to compare
v0.1.5-rc2 Pre-release
Pre-release

With upport for BSD systems

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5-rc2

v0.1.4-bsd

17 Dec 22:46
Compare
Choose a tag to compare
v0.1.4-bsd Pre-release
Pre-release

mostly the features of v0.1.4, now with server support for BSD-based platforms and Linux-i386/ARMv7/ARMv6.

The price to pay for these versions is that password-based authentication is disabled for these systems.

v0.1.4

15 Dec 15:41
4bb0830
Compare
Choose a tag to compare

SSH3 version 0.1.4, with ARM server binaries and the ability for the server to directly generate a selfsigned cert similarly to OpenSSH host keys.
Note that SSH3 is still experimental. You can SSH3 server using the -url-path command-line argument.

If you run Linux, you can download both the server and client contained in the _linux release archive.

If you don't run Linux, you can still use the SSH3 client by downloading the _clientonly archive corresponding to your OS and architecture and use it to connect to your Linux-based SSH3 server.
It compiles on Windows but arrows and unix-specific terminal characters do not work on classical windows terminal and Powershell.