diff --git a/handbook/computing/keyexchange.html b/handbook/computing/keyexchange.html index f1c69abac..0157ba9a1 100644 --- a/handbook/computing/keyexchange.html +++ b/handbook/computing/keyexchange.html @@ -9,7 +9,10 @@
As of the server move in spring 2019 you need authorisation on the expo server to log in to get 'programmer access'. (This is not the same as logging in to the website as 'expo', which you can do with just the password.)This takes the form of an ssh key. You generate a key-pair on the machine you use for access, then send the public half to the server. Once done all logins are automatic - no passwords needed.
+As of the server move in spring 2019 you need authorisation on the expo server to log in to get 'programmer access'. (This is not +the same as logging in to the website as 'expo', which you can do with just the password.) This takes the form of an ssh key. You +generate a key-pair on the machine you use for access, then send the public half to the server. Once done, all serverlogins are +automatic - no passwords needed.
'ssh' is 'secure shell' and is widely used for secure access to machines and services.
@@ -154,6 +157,5 @@ This adds your key on to the end of the authorized keys list and prints the last