re-enable keyboard auth
This commit is contained in:
parent
11623f6816
commit
ac6d242ca4
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ module.exports = function socket (socket) {
|
|||
port: socket.request.session.ssh.port,
|
||||
username: socket.request.session.username,
|
||||
password: socket.request.session.userpassword,
|
||||
tryKeyboard: false,
|
||||
tryKeyboard: true,
|
||||
algorithms: socket.request.session.ssh.algorithms,
|
||||
readyTimeout: socket.request.session.ssh.readyTimeout,
|
||||
keepaliveInterval: socket.request.session.ssh.keepaliveInterval,
|
||||
|
|
|
|||
Loading…
Reference in a new issue