mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
fix: Revert change that hid the SSH private key (no-changelog) (#6158)
This commit is contained in:
parent
45dc985af7
commit
d381578926
|
@ -35,7 +35,6 @@ export class SshPrivateKey implements ICredentialType {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
rows: 4,
|
rows: 4,
|
||||||
password: true,
|
|
||||||
},
|
},
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
|
@ -45,6 +44,7 @@ export class SshPrivateKey implements ICredentialType {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
description: 'Passphase used to create the key, if no passphase was used leave empty',
|
description: 'Passphase used to create the key, if no passphase was used leave empty',
|
||||||
|
typeOptions: { password: true },
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue