diff --git a/handbook/computing/keyexchange.html b/handbook/computing/keyexchange.html index 5663ae0b3..b8dd48490 100644 --- a/handbook/computing/keyexchange.html +++ b/handbook/computing/keyexchange.html @@ -26,7 +26,7 @@ automatic - no passwords needed.
'ssh' is 'secure shell' and is widely used for secure access to machines and services.
You will need to run ssh-keygen/PuTTYgen on your device, email the public key to someone who already has ssh access (Wookey, Paul Fox, Philip Sargent). Once the key is installed by them you should be able to log in as 'expo' over ssh (and other software like git will also use this behind the scenes). This only needs doing once (for any machine you want access from).
+You will need to run ssh-keygen/PuTTYgen on your device, email the public key to someone who already has ssh access (Wookey, Martin Green, Mark Shinwell, Philip Sargent). Once the key is installed by them you should be able to log in as 'expo' over ssh (and other software like git will also use this behind the scenes). This only needs doing once (for any machine you want access from).
Our own documentation for installing PuTTy on Windows.