Releases: steelbrain/node-ssh
Releases · steelbrain/node-ssh
v11.1.1
- Minor doc fixup. #340 (Thanks @smali-kazmi)
- Automatically close stdin for executed programs even when no stdin is provided. #341 (Thanks @wmertens)
v11.1.0
- Add support for
options
inwithShell
andrequestShell
v11.0.0
- Add ESM module exports for upcoming Node.js versions
- BREAKING: Changed export to named, so it becomes
const {NodeSSH} = require('node-ssh')
andimport {NodeSSH} from 'node-ssh'
- Export Typescript types from package
- Set default concurrency to
1
to ensure compatibility with wider array of servers
v10.0.2
v10.0.1
v10.0.0
- Unixy all paths before passing onwards - BREAKING
- Add
isConnected
method
v9.0.0
- Add support for Putty private key files
- Add
getDirectory
method - Add
onChannel
support toexecCommand
- Rename
options.options
inexecCommand
to beoptions.execOptions
- Rename
options.sftpOptions
tooptions.transferOptions
inputFiles
- Add
withSFTP
andwithShell
methods - Connection timed out error is now an instance of
SSHError
- Invalid argument errors are now
AssertionError
instances onKeyboardInteractive
default will only be set if aconfig.password
is provided
v8.0.0
v7.0.1
- Do not include privateKey path in error message
v7.0.0
- Potential breaking upgrade to
ssh2
dependency