Skip to content

Releases: steelbrain/node-ssh

v6.0.0

03 Sep 16:28
Compare
Choose a tag to compare
  • Breaking upgrade to ssh2 dependency
  • Internal cleanup / testing system overhaul

v5.1.2

03 Sep 16:28
Compare
Choose a tag to compare
  • Fix timeout issue with authentication

v5.1.1

03 Sep 16:28
Compare
Choose a tag to compare
  • Fixed an issue with keyboard authentication validation

v5.1.0

03 Sep 16:28
Compare
Choose a tag to compare

v5.0.0

03 Sep 16:28
Compare
Choose a tag to compare
  • Add onStdout, onStderr to exec{,Command}
  • Change signature of put{Files,Directory} methods
  • Create empty directories remotely in putDirectory

v4.2.3

03 Sep 16:27
Compare
Choose a tag to compare
  • Fix passing options in execCommand

v4.2.2

03 Sep 16:27
Compare
Choose a tag to compare
  • Fix put directory for long paths
  • Add tests for long paths in test suite

v4.2.1

03 Sep 16:26
Compare
Choose a tag to compare
  • Remove mkdirp in favor of homegrown solution to fix compatibility with SSH servers running on Windows

v4.2.0

03 Sep 16:26
Compare
Choose a tag to compare
  • Fix a typo in README
  • Add support for passing direct options to ssh2.exec

v4.1.0

03 Sep 16:26
Compare
Choose a tag to compare
  • Add sftp opts support in getFile, putFile, putFiles and putDirectory