Skip to content

Commit b8aea4d

Browse files
authored
Merge pull request #1063 from brockneedscoffee/patch-1
Update adding-a-new-ssh-key-to-your-github-account.md
2 parents f4e2d1f + 9a01ad9 commit b8aea4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ After adding a new SSH key to your {% data variables.product.product_name %} acc
2424
If your SSH key file has a different name than the example code, modify the filename to match your current setup. When copying your key, don't add any newlines or whitespace.
2525

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

3131
{% tip %}

0 commit comments

Comments
 (0)