From 1fe6565ce6e8c2274dbea74bc8c79dee2e26142e Mon Sep 17 00:00:00 2001 From: Kaitlyn Parkhurst Date: Sun, 20 Jun 2021 11:47:55 -0700 Subject: [PATCH] Add note on user account for step 5. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9e11618..ed9ad31 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ chmod 0600 /home/meshmage/.ssh/authorized_keys 5. Install MeshMage +The previous 4 steps were all done as root. For this step, you'll need to login as the meshmage user. + ```bash cpanm App::plx App::opan App::Dex Carton Dist::Zilla GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" \