Changelog
12.0.0
ssh2
to v1.1.0
options.stdin
in exec
Changelog
11.1.1
Changelog
11.1.0
options
in withShell
and requestShell
Changelog
11.0.0
const {NodeSSH} = require('node-ssh')
and import {NodeSSH} from 'node-ssh'
1
to ensure compatibility with wider array of serversChangelog
10.0.2
Changelog
10.0.1
Changelog
10.0.0
isConnected
methodChangelog
9.0.0
getDirectory
methodonChannel
support to execCommand
options.options
in execCommand
to be options.execOptions
options.sftpOptions
to options.transferOptions
in putFiles
withSFTP
and withShell
methodsSSHError
AssertionError
instancesonKeyboardInteractive
default will only be set if a config.password
is providedChangelog
8.0.0
execCommand
#272 (Thanks @dadamssg)