diff --git a/content/security/ssh-key.md b/content/security/ssh-key.md index 42ee878..0d6acf8 100644 --- a/content/security/ssh-key.md +++ b/content/security/ssh-key.md @@ -87,10 +87,10 @@ be prompted to touch it to continue. xclip -selection clipboard < ~/.ssh/id_ed25519.pub ``` - On Windows you can use `clip`. + On Windows you can use `clip` (powershell) ```shell - clip < ~/.ssh/id_ed25519.pub + gc ~/.ssh/id_ed25519.pub | clip ``` On macOS you can use `pbcopy`.