diff --git a/handbook/computing/keyexchange.html b/handbook/computing/keyexchange.html index 58c2ac775..dc9216799 100644 --- a/handbook/computing/keyexchange.html +++ b/handbook/computing/keyexchange.html @@ -124,7 +124,7 @@ documentation, start from scratch, and do it all again but this time using a
ssh-keygen
@@ -149,7 +149,7 @@ Simply press enter for both without typing anything. This should return a confir
Now that your system has generated and saved the ssh keys, you may have to move them. Open Finder and go to /Users/you, then press cmnd+shift+. to see hidden files, which should allow you to see your .ssh file. Open it and check whether id_xxxxxx and id_xxxxxx.pub have been saved there. If they have not, find them and move them both here (they'll likely be in /Users/you).
-Next, send your public key (id_xxxxxx.pub) to a nerd and ask them to load it onto the public server. Once this is done, you can log into the server anytime by opening terminal and typing:
+Next, send your public key (id_xxxxxx.pub) to a nerd and ask them to load it onto the public server. Once this is done, you can log into the server anytime by opening terminal and running:
ssh expo@expo.survex.com