Releases: rgzr/sshtun
Releases · rgzr/sshtun
v1.2.1
SECURITY
- Update go version to 1.23 and dependencies CVE-2024-45337
v1.2.0
v1.1.0
FEATURES
- Added remote port forwarding support (thanks @stankovic-marko )
v1.0.3
v1.0.2
SECURITY
- Update go version to 1.22 CVE-2024-24788 CVE-2024-24790
v1.0.1
v1.0.0
This is the first stable release of sshtun.
Some changes from v0 have been made:
Start()
receives a context. The tunnel can be stopped canceling the context or by callingStop()
.- The ssh connection is only made when a tunneled connection is accepted, and all tunneled connections share the same ssh connection.
- A
SetTunneledConnState()
method has been added. It allows to provide an optional callback that receives updates on the underlying tunneled connections status. - Removed
Debug()
method, the package does not importlog
package. - The default key files searched have been modified to be coherent with what ssh client does.
- Upgraded dependencies, as vulnerabilities in the
ssh
package have been found.