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