diff --git a/src/app/connect/ssh-tunnel.js b/src/app/connect/ssh-tunnel.js index be31fd93398..136e040d4ab 100644 --- a/src/app/connect/ssh-tunnel.js +++ b/src/app/connect/ssh-tunnel.js @@ -103,7 +103,8 @@ var IDENTITY_FILE = { template: inputTemplate, name: 'ssh_tunnel_passphrase', label: 'Passphrase', - required: false + required: false, + type: 'password' }) ] };