Skip to content

Releases: Stocard/node-ssh-forward

v0.8.0

13 Jan 22:50
Compare
Choose a tag to compare
  • Updates ssh2 dependency to 1.5.0 to fix vulnerability.
  • Update all other dependencies

v0.7.2

25 May 13:17
Compare
Choose a tag to compare

Now supports encrypted PPK files (from PuTTY)

v0.7.0

20 May 12:42
Compare
Choose a tag to compare

A huge thanks to @rathboma for his PR

  • Added more connection options (skipAutoPrivateKey, agentForward , agentSocket)
  • Connection errors properly reject the promise
  • The SSH agent detection now supports Windows and Putty
  • The SSH connection now supports password auth
  • Users can provide a custom agent socket

v0.6.3

05 Apr 09:09
Compare
Choose a tag to compare
  • Custom server endport should finally be working now.

v0.6.2 (should be 0.5.2)

03 Apr 12:01
Compare
Choose a tag to compare
  • Add tests for bastion host
  • Add debug messages
  • Switch from using nc to a simple forwardOut => this should enable using node-ssh-forward out of the box on e.g. AWS Linux 2

Accidentially named 0.6.2, because of typo.

v0.5.1

28 May 15:16
Compare
Choose a tag to compare
  • Updates ssh2 dependency to newest version
  • Add test for -----BEGIN OPENSSH PRIVATE KEY----- formats

v0.5.0

01 Mar 16:41
Compare
Choose a tag to compare
  • Adds possibility to specify a custom endPort (thanks to @do-yeon)

v0.4.0

29 Aug 12:13
Compare
Choose a tag to compare
  • Adds support for ssh agent
  • Adds support for using encrypted private keys

Internal

  • Adds test setup and some first tests

v0.3.0

21 Aug 12:50
Compare
Choose a tag to compare

Change log

  • Adds support for ssh-agent based authentication

v0.2.0

17 Aug 11:23
Compare
Choose a tag to compare
  • Adds connection.shutdown() function