Releases: steelbrain/node-ssh
Releases · steelbrain/node-ssh
v6.0.0
- Breaking upgrade to
ssh2
dependency - Internal cleanup / testing system overhaul
v5.1.2
- Fix timeout issue with authentication
v5.1.1
- Fixed an issue with keyboard authentication validation
v5.1.0
- Add keyboard authentication support (Thanks @dominiklessel)
v5.0.0
- Add
onStdout
,onStderr
toexec{,Command}
- Change signature of
put{Files,Directory}
methods - Create empty directories remotely in
putDirectory
v4.2.3
- Fix passing options in
execCommand
v4.2.2
- Fix put directory for long paths
- Add tests for long paths in test suite
v4.2.1
- Remove
mkdirp
in favor of homegrown solution to fix compatibility with SSH servers running on Windows
v4.2.0
- Fix a typo in README
- Add support for passing direct options to
ssh2.exec
v4.1.0
- Add sftp
opts
support ingetFile
,putFile
,putFiles
andputDirectory