From 0c13da9872dcd6a766f40f4032f2c6b5ba50a510 Mon Sep 17 00:00:00 2001 From: Nicholas Sherlock Date: Thu, 24 Aug 2017 16:29:44 +1200 Subject: [PATCH] Add documentation for absolute SFTP paths --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efc3cc9..075895e 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,8 @@ Storage URL: /path/to/storage (on Linux or Mac OS X)
SFTP ``` -Storage URL: sftp://username@server/path/to/storage +Storage URL: sftp://username@server/path/to/storage (path relative to the home directory) + sftp://username@server//path/to/storage (absolute path) ``` Login methods include password authentication and public key authentication. Due to a limitation of the underlying Go SSH library, the key pair for public key authentication must be generated without a passphrase. To work with a key that has a passphrase, you can set up SSH agent forwarding which is also supported by Duplicacy.