Skip to content

Commit

Permalink
update product README
Browse files Browse the repository at this point in the history
  • Loading branch information
anh-bolt committed Aug 23, 2024
1 parent 73fa25c commit cc75755
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions sftp-connector-product/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cc75755

Please sign in to comment.