Update SetupRSync.md

This commit is contained in:
Alan Hoyle
2018-11-06 19:16:58 -05:00
committed by GitHub
parent 173f46d7f7
commit 96352abe51

View File

@@ -14,7 +14,6 @@ Similar to sftp, rsync by default uses ssh to connect to a remote server and tra
1. Run these commands to to generate an ssh key for the `root` user: 1. Run these commands to to generate an ssh key for the `root` user:
``` ```
sudo -i
ssh-keygen ssh-keygen
``` ```