From cc757551de3fd31191923ba818594bc61097b8d6 Mon Sep 17 00:00:00 2001 From: "anh.phamtu" Date: Fri, 23 Aug 2024 17:09:18 +0700 Subject: [PATCH] update product README --- sftp-connector-product/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sftp-connector-product/README.md b/sftp-connector-product/README.md index 483b337..93f1eb4 100644 --- a/sftp-connector-product/README.md +++ b/sftp-connector-product/README.md @@ -102,13 +102,11 @@ Put this variable block into your project. At least `host`, `auth`, `username` a # The username to the SFTP server username: 'usr' - # The ssh key string to SFTP server - # [secret private key] - secret.sshkey: | - YOUR PRIVATE KEY CONTENT HERE - + # The path of ssh key file to SFTP server + sshkeyFilePath: 'path/to/file' + # The ssh key passphrase - secret.sshpassphrase: 'Your ssh key passphrase' + sshPassphraseSecret: 'Your ssh key passphrase' ``` \* the private key is in pair of the public key put in step 1