Skip to content

Commit bd6432e

Browse files
Jean-Berumaxhelias
authored andcommitted
doc: add passphrase and hostFingerprint for SftpAdapter
1 parent 55b9698 commit bd6432e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/3-interacting-with-ftp-and-sftp-servers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ flysystem:
5757
username: 'username'
5858
password: 'password'
5959
privateKey: 'path/to/or/contents/of/privatekey'
60+
passphrase: 'privatekey_passphrase'
61+
hostFingerprint: 'host_fingerprint'
6062
root: '/path/to/root'
6163
timeout: 10
6264
directoryPerm: 0744

0 commit comments

Comments
 (0)