From 55c2f3da268ac53fe5f6a24b3882e342d9029f42 Mon Sep 17 00:00:00 2001 From: VenomousSteam81 Date: Wed, 25 Feb 2026 16:03:05 -0600 Subject: [PATCH] Remove 'copy' portion of 'cat' command. Signed-off-by: Isabel J (Lizzie) lizzie@anyvm.tech --- content/security/ssh-key.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/security/ssh-key.md b/content/security/ssh-key.md index 8c78fbb..3ae5105 100644 --- a/content/security/ssh-key.md +++ b/content/security/ssh-key.md @@ -101,7 +101,7 @@ be prompted to touch it to continue. pbcopy < ~/.ssh/id_ed25519.pub ``` - Or you can use `cat` on Linux/MacOS, then highlight the key, and press ctrl+shift+c to copy to the clipboard. + Or you can use `cat` on Linux/MacOS. ```shell cat ~/.ssh/id_ed25519.pub