Releases: steelbrain/node-ssh
Releases · steelbrain/node-ssh
v13.2.1
- Maintenance release with updated homepage in manifest
v13.1.0
- Add new methods around sockets forwarding. #460 (Thanks @mat-sz)
v13.0.1
- Fix trailing space in
.exec()
generated command when no parameters are used. #455 (Thanks @Nicram97)
v13.0.0
- BREAKING:
privateKey
config parameter no longer accepts file system paths. Please use the new privateKeyPath
parameter instead
v12.0.5
- Fixed manifest config for Typescript typings. #431 (Thanks @Sikarii)
v12.0.4
- Potential fix for unhandled error events
v12.0.3
- Fix handling of error events in
requestShell
, requestSFTP
and execCommand
. #417 (Thanks @jackpap)
v12.0.2
- Bump min semver version of
ssh2
to v1.5.0
v12.0.1
- Fix exit code handling (Thanks @maquak)