From 97248fce19f78b080f4477ef9f301dbbdcf46594 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Tue, 23 May 2017 11:30:26 -0400 Subject: [PATCH] Default to DigitalOcean rather than AWS for the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ef4757..89c0992 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Use the example command below to start an SSH tunnel by replacing `user` and `ip To SSH into the Algo server for administrative purposes you can use the example command below by replacing `ip` with your own: - `ssh ubuntu@ip -i ~/.ssh/algo.pem` + `ssh root@ip -i ~/.ssh/algo.pem` If you find yourself regularly logging into Algo then it will be useful to load your Algo ssh key automatically. Add the following snippet to the bottom of `~/.bash_profile` to add it to your shell environment permanently.