Skip to content

Releases: rgzr/sshtun

v1.2.1

18 Dec 13:28
Compare
Choose a tag to compare

SECURITY

v1.2.0

21 Oct 10:04
461d898
Compare
Choose a tag to compare

FEATURES

  • Added ssh config parameters (thanks @f100024 )

v1.1.0

03 Oct 14:54
Compare
Choose a tag to compare

FEATURES

v1.0.3

28 Aug 07:18
Compare
Choose a tag to compare

SECURITY

  • Added github action to execute govulncheck daily, on push and PRs.

v1.0.2

12 Jul 12:21
Compare
Choose a tag to compare

SECURITY

v1.0.1

25 May 11:05
Compare
Choose a tag to compare
  • Added tests

v1.0.0

19 Feb 17:16
Compare
Choose a tag to compare

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 calling Stop().
  • 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 import log 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.