Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Releases: Stocard/node-ssh-forward

v0.8.0

Choose a tag to compare

@Junkern Junkern released this 13 Jan 22:50
  • Updates ssh2 dependency to 1.5.0 to fix vulnerability.
  • Update all other dependencies

v0.7.2

Choose a tag to compare

@Junkern Junkern released this 25 May 13:17

Now supports encrypted PPK files (from PuTTY)

v0.7.0

Choose a tag to compare

@Junkern Junkern released this 20 May 12:42

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

Choose a tag to compare

@Junkern Junkern released this 05 Apr 09:09
  • Custom server endport should finally be working now.

v0.6.2 (should be 0.5.2)

Choose a tag to compare

@Junkern Junkern released this 03 Apr 12:01
  • 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

Choose a tag to compare

@Junkern Junkern released this 28 May 15:16
  • Updates ssh2 dependency to newest version
  • Add test for -----BEGIN OPENSSH PRIVATE KEY----- formats

v0.5.0

Choose a tag to compare

@Junkern Junkern released this 01 Mar 16:41
  • Adds possibility to specify a custom endPort (thanks to @do-yeon)

v0.4.0

Choose a tag to compare

@Junkern Junkern released this 29 Aug 12:13
  • Adds support for ssh agent
  • Adds support for using encrypted private keys

Internal

  • Adds test setup and some first tests

v0.3.0

Choose a tag to compare

@r3dsm0k3 r3dsm0k3 released this 21 Aug 12:50

Change log

  • Adds support for ssh-agent based authentication

v0.2.0

Choose a tag to compare

@Junkern Junkern released this 17 Aug 11:23
  • Adds connection.shutdown() function