From 9d7d3c32787d9ffcd3bfc26059e615964cab0ce9 Mon Sep 17 00:00:00 2001 From: Alan Hoyle Date: Tue, 6 Nov 2018 19:24:11 -0500 Subject: [PATCH] Update SetupRSync.md --- doc/SetupRSync.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/SetupRSync.md b/doc/SetupRSync.md index c9596499d..7e78bc002 100644 --- a/doc/SetupRSync.md +++ b/doc/SetupRSync.md @@ -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