Skip to content

Commit cb08da9

Browse files
imlucaskangas
authored andcommitted
INT-1791: Fix SSH tunnel passphrase field is shown in clear text (#469)
(cherry picked from commit 37b1f8f)
1 parent 2c71d75 commit cb08da9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/connect/ssh-tunnel.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ var IDENTITY_FILE = {
103103
template: inputTemplate,
104104
name: 'ssh_tunnel_passphrase',
105105
label: 'Passphrase',
106-
required: false
106+
required: false,
107+
type: 'password'
107108
})
108109
]
109110
};

0 commit comments

Comments
 (0)