From ae9d58d62509d596e1ef85ba66a1316d5e6a1f2f Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Sun, 15 Oct 2017 18:27:59 -0700 Subject: [PATCH] Copy edit the SFTP guide --- docs/content/sftp.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/content/sftp.md b/docs/content/sftp.md index e5fa2662e..533aeeaa6 100644 --- a/docs/content/sftp.md +++ b/docs/content/sftp.md @@ -15,9 +15,9 @@ installations. Paths are specified as `remote:path`. If the path does not begin with a `/` it is relative to the home directory of the user. An empty path -`remote:` refers to the users home directory. +`remote:` refers to the user's home directory. -Here is an example of making a SFTP configuration. First run +Here is an example of making an SFTP configuration. First run rclone config @@ -94,7 +94,7 @@ d) Delete this remote y/e/d> y ``` -This remote is called `remote` and can now be used like this +This remote is called `remote` and can now be used like this: See all directories in the home directory @@ -115,7 +115,7 @@ excess files in the directory. ### SSH Authentication ### -The SFTP remote supports 3 authentication methods +The SFTP remote supports three authentication methods: * Password * Key file @@ -124,7 +124,7 @@ The SFTP remote supports 3 authentication methods Key files should be unencrypted PEM-encoded private key files. For instance `/home/$USER/.ssh/id_rsa`. -If you don't specify `pass` or `key_file` then it will attempt to +If you don't specify `pass` or `key_file` then rclone will attempt to contact an ssh-agent. ### ssh-agent on macOS ###