From d1f300412ad50555e5fdc35522e6c276f6b7736d Mon Sep 17 00:00:00 2001 From: TC1977 <37350377+TC1977@users.noreply.github.com> Date: Sun, 12 May 2019 08:53:39 -0400 Subject: [PATCH] Clarify SSH access instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 357bf436..0f094930 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Use the example command below to start an SSH tunnel by replacing `user` and `ip ## SSH into Algo Server -To SSH into the Algo server for administrative purposes you can log into Terminal, go to the algo directory, and then use the command listed on the success message: +Your Algo server is configured for key-only SSH access for administrative purposes. Open the Terminal app, `cd` into the `algo-master` directory where you originally downloaded Algo, and then use the command listed on the success message: `ssh -i configs/algo.pem user@ip`