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. +
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).