Copy edit the SFTP guide

This commit is contained in:
Dan Dascalescu 2017-10-15 18:27:59 -07:00 committed by Nick Craig-Wood
parent d6bab0169f
commit ae9d58d625

View File

@ -15,9 +15,9 @@ installations.
Paths are specified as `remote:path`. If the path does not begin with 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 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 rclone config
@ -94,7 +94,7 @@ d) Delete this remote
y/e/d> y 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 See all directories in the home directory
@ -115,7 +115,7 @@ excess files in the directory.
### SSH Authentication ### ### SSH Authentication ###
The SFTP remote supports 3 authentication methods The SFTP remote supports three authentication methods:
* Password * Password
* Key file * Key file
@ -124,7 +124,7 @@ The SFTP remote supports 3 authentication methods
Key files should be unencrypted PEM-encoded private key files. For Key files should be unencrypted PEM-encoded private key files. For
instance `/home/$USER/.ssh/id_rsa`. 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. contact an ssh-agent.
### ssh-agent on macOS ### ### ssh-agent on macOS ###