Skip to content

Commit 2398e69

Browse files
committed
Merge branch 'main' of github.com:github/docs-internal into broken-link-report-workflow-tweaks
2 parents 8975581 + 8eb39c9 commit 2398e69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)