Skip to content

Commit

Permalink
Update SetupRSync.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhoyle authored Nov 7, 2018
1 parent 9fc310b commit 9d7d3c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/SetupRSync.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ This guide makes the following assumptions:
# Step 1: Authentication
Similar to sftp, rsync by default uses ssh to connect to a remote server and transfer files. This guide will use a generated ssh keypair, hence the first assumption above.

1. Enter the root session (if you haven't already):
```
sudo -i
```

1. Run these commands to to generate an ssh key for the `root` user:
```
ssh-keygen
Expand Down

0 comments on commit 9d7d3c3

Please sign in to comment.