diff --git a/handbook/computing/keyexchange.html b/handbook/computing/keyexchange.html index 64a0082af..b5143d083 100644 --- a/handbook/computing/keyexchange.html +++ b/handbook/computing/keyexchange.html @@ -8,7 +8,7 @@
As of the server move in spring 2019 you need authorisation on the expo server to log in. This takes the form of an ssh key. You generate it on the machine you use for access, then send the public half to the server.
+As of the server move in spring 2019 you need authorisation on the expo server to log in. This takes the form of an ssh key. You generate it on the machine you use for access, then send the public half to the server. Once done all logins are automatic - no passwords needed.
'ssh' is 'secure shell' and is widely used for secure access to machines and services.
@@ -38,6 +38,18 @@