From b620e8f7d53c15bcbec48de9d6cc7090dfac4a13 Mon Sep 17 00:00:00 2001 From: Buck Blake Date: Sat, 31 May 2025 03:42:57 +0100 Subject: [PATCH] minor correction to code in MacOS instructions - online edit of handbook/computing/keyexchange.html --- handbook/computing/keyexchange.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/computing/keyexchange.html b/handbook/computing/keyexchange.html index 935a88f79..eb5ee237d 100644 --- a/handbook/computing/keyexchange.html +++ b/handbook/computing/keyexchange.html @@ -152,7 +152,7 @@ Now that your system has generated and saved the ssh keys, you may have to move 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:

- ssh expo@expo.survex.com + $ ssh expo@expo.survex.com
As a small disclaimer, I've (Buck Blake) only done this on my own mac, and not tested it on others, so some of the specifics might not match up quite right. It should however be broadly similar on other macs. If in doubt, find a nerd and get them to help you!