From 590f5f6e9f66df3f51dc3839e5b3c014c4734a22 Mon Sep 17 00:00:00 2001 From: Shahbaz Baig <68688013+shahbazbaig38@users.noreply.github.com> Date: Tue, 11 Nov 2025 12:22:40 +0200 Subject: [PATCH] Spellings correction ssh.rst --- scicomp/ssh.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scicomp/ssh.rst b/scicomp/ssh.rst index d63ff0c45..985ac537d 100644 --- a/scicomp/ssh.rst +++ b/scicomp/ssh.rst @@ -195,7 +195,7 @@ directory (A directory called ``.ssh`` in your user's home directory). Key type ``ed25519`` makes a private key named ``~/.ssh/id_ed25519`` and public key named ``~/.ssh/id_ed25519.pub``. The private key only -stays on your computer. The public key goes to other comuters. +stays on your computer. The public key goes to other computers. **Other key types were common in the past, and you may need to change your filenames in some of the future commands** (for exmaple ``~/.ssh/id_rsa.pub``).