mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
feat(SSH Node): Hide the private key within the ssh credential (#5871)
This commit is contained in:
parent
48446f5d67
commit
d87736103d
|
@ -35,6 +35,7 @@ export class SshPrivateKey implements ICredentialType {
|
|||
type: 'string',
|
||||
typeOptions: {
|
||||
rows: 4,
|
||||
password: true,
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue