diff --git a/app/socket.js b/app/socket.js index 193b547..04c5389 100644 --- a/app/socket.js +++ b/app/socket.js @@ -26,7 +26,7 @@ class WebSSH2Socket extends EventEmitter { username: null, password: null, privateKey: null, - keyPassword: null, + passphrase: null, host: null, port: null, term: null, @@ -146,7 +146,7 @@ class WebSSH2Socket extends EventEmitter { username: creds.username, password: creds.password, privateKey: creds.privateKey, - keyPassword: creds.keyPassword, + passphrase: creds.passphrase, host: creds.host, port: creds.port })