Releases: Stocard/node-ssh-forward
Releases · Stocard/node-ssh-forward
v0.8.0
Compare
Sorry, something went wrong.
No results found
Updates ssh2 dependency to 1.5.0 to fix vulnerability.
Update all other dependencies
v0.7.2
Compare
Sorry, something went wrong.
No results found
Now supports encrypted PPK files (from PuTTY)
v0.7.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Custom server endport should finally be working now.
v0.6.2 (should be 0.5.2)
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Updates ssh2 dependency to newest version
Add test for -----BEGIN OPENSSH PRIVATE KEY----- formats
v0.5.0
Compare
Sorry, something went wrong.
No results found
Adds possibility to specify a custom endPort (thanks to @do-yeon )
v0.4.0
Compare
Sorry, something went wrong.
No results found
Adds support for ssh agent
Adds support for using encrypted private keys
Internal
Adds test setup and some first tests
v0.3.0
Compare
Sorry, something went wrong.
No results found
Change log
Adds support for ssh-agent based authentication
v0.2.0
Compare
Sorry, something went wrong.
No results found
Adds connection.shutdown() function