mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(SSH Node): Hide the private key within the ssh credential (#5871)
This commit is contained in:
@@ -35,6 +35,7 @@ export class SshPrivateKey implements ICredentialType {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
rows: 4,
|
rows: 4,
|
||||||
|
password: true,
|
||||||
},
|
},
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user