From a92ab7c8c91277b1a97bb1da6335858f2f87078d Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 8 Mar 2022 09:40:07 +0000 Subject: [PATCH] Troggle online: Edit this page - keyexchange.html --- handbook/computing/keyexchange.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 @@

CUCC Expedition Handbook

Key-Pair Setup

-

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
-Return to Setting up a basic laptop -