From 63f35588a6e440601819b8321f839e60bd734b5e Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 26 Feb 2026 20:14:53 +0000 Subject: [PATCH] update key advice - online edit of handbook/computing/keyexchange.html --- handbook/computing/keyexchange.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handbook/computing/keyexchange.html b/handbook/computing/keyexchange.html index dc9216799..4234cfe72 100644 --- a/handbook/computing/keyexchange.html +++ b/handbook/computing/keyexchange.html @@ -34,6 +34,8 @@ automatic - no passwords needed.

A public key file looks like this: ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEApc9+PAMrDtWa8D8/Z..lots more like this..qmkW/cQ== wookey@khi.e. a long string of characters with 'ssh-rsa' at the start and an ID at the end (often 'user'@'machine').

+

UPDATE: security and keys rapidly get out of date. READ this ssh-ed25519-key-best-practices-for-2025 and follow its advice. It is more up to date than the text on this page. +

Windows

On Windows 10 or later openssh comes built-in. Open a command terminal and run ssh to see if you have it installed. If so just follow the linux instructions on this page - the process is identical. You can install it if it's not there. (Microsoft setup instructions).