Skip to content

Commit 9475683

Browse files
Update keys.md
1 parent c811089 commit 9475683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/shell/ssh/keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ cat ~/.ssh/id_rsa.pub
5050
Copy to clipboard - on macOS.
5151

5252
```sh
53-
$ cat ~/.ssh/id_rsa.pub | pbcopy
53+
$ pbcopy < ~/.ssh/id_rsa.pub
5454
```
5555

5656
If the machine doesn't have an SSH key set, you'll have to _generate_ one - see below.

0 commit comments

Comments
 (0)