Skip to content

Commit

Permalink
doc: add passphrase and hostFingerprint for SftpAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Beru authored and maxhelias committed Feb 4, 2025
1 parent 55b9698 commit bd6432e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/3-interacting-with-ftp-and-sftp-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ flysystem:
username: 'username'
password: 'password'
privateKey: 'path/to/or/contents/of/privatekey'
passphrase: 'privatekey_passphrase'
hostFingerprint: 'host_fingerprint'
root: '/path/to/root'
timeout: 10
directoryPerm: 0744
Expand Down

0 comments on commit bd6432e

Please sign in to comment.