update key advice - online edit of handbook/computing/keyexchange.html

This commit is contained in:
2026-02-26 20:14:53 +00:00
committed by Expo on server
parent 57533dbf61
commit 63f35588a6

View File

@@ -34,6 +34,8 @@ automatic - no passwords needed.</p>
<p>A public key file looks like this: <code>ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEApc9+PAMrDtWa8D8/Z<em>..lots more like this..</em>qmkW/cQ== wookey@kh</code>i.e. a long string of characters with 'ssh-rsa' at the start and an ID at the end (often 'user'@'machine').</p>
<p>UPDATE: security and keys rapidly get out of date. READ this <a href="https://www.brandonchecketts.com/archives/ssh-ed25519-key-best-practices-for-2025">ssh-ed25519-key-best-practices-for-2025</a> and follow its advice. It is more up to date than the text on this page.
<h3>Windows</h3>
<p>On Windows 10 or later openssh comes built-in. Open a command terminal and run <tt>ssh</tt> 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. <a href="https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse">(Microsoft setup instructions)</a>.
</p>