feat(SSH Node): Hide the private key within the ssh credential (#5871)

This commit is contained in:
agobrech
2023-03-31 18:14:43 +02:00
committed by GitHub
parent 48446f5d67
commit d87736103d

View File

@@ -35,6 +35,7 @@ export class SshPrivateKey implements ICredentialType {
type: 'string',
typeOptions: {
rows: 4,
password: true,
},
default: '',
},