mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Add private key and passphrase fields to SFTP credentials (#1136)
* ⚡ Add private key and passphrase fields to credentials * ⚡ Small improvement
This commit is contained in:
@@ -288,6 +288,8 @@ export class Ftp implements INodeType {
|
||||
port: credentials.port as number,
|
||||
username: credentials.username as string,
|
||||
password: credentials.password as string,
|
||||
privateKey: credentials.privateKey as string | undefined,
|
||||
passphrase: credentials.passphrase as string | undefined,
|
||||
});
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user