Skip to content

Commit 649368c

Browse files
Update content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md
Co-authored-by: Shati Patel <[email protected]>
1 parent ee8dd37 commit 649368c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ After adding a new SSH key to your {% data variables.product.product_name %} acc
2525

2626
```shell
2727
$ pbcopy &lt; ~/.ssh/id_ed25519.pub
28-
# Copies the contents of the id_rsa.pub file to your clipboard
28+
# Copies the contents of the id_ed25519.pub file to your clipboard
2929
```
3030

3131
{% tip %}

0 commit comments

Comments
 (0)