From bbeb02e1cc4bfe85573b1155dd5870e83a15a8a2 Mon Sep 17 00:00:00 2001
From: Philip Sargent This will enable ssh login instantly. Check that it has worked by logging in to the expo server like this:
+ Once the nerd has told you that the public key is loaded on the server, check that it has worked by logging in to the expo server like this:
$ ssh expo@expo.survex.com
@@ -143,7 +143,7 @@ Be extremely careful to type ">>" and not ">" in the fourth line below ot
expo@expo:~/.ssh$ tail -n 1 authorized_keys
This adds your key on to the end of the authorized keys list and prints the last line - which should be your key that you just added.
-
Note that by using sFTP like this we avoid having to use a text editor over ssh. If you know what you are doing you can do this of course, but the above process is less likely to cause problems for a Windows user setting up their phone as a second device where they are not experienced with vi or nano.