Skip to content

Commit

Permalink
feat(SSH Node): Hide the private key within the ssh credential (#5871)
Browse files Browse the repository at this point in the history
  • Loading branch information
agobrech authored Mar 31, 2023
1 parent 48446f5 commit d877361
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export class SshPrivateKey implements ICredentialType {
type: 'string',
typeOptions: {
rows: 4,
password: true,
},
default: '',
},
Expand Down

0 comments on commit d877361

Please sign in to comment.