Skip to content

Commit 45b978b

Browse files
Update adding-a-new-ssh-key-to-your-github-account.md
The updated docs that use ed25519 to generate the key are merged. This needs to match those steps
1 parent e93b07c commit 45b978b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -24,7 +24,7 @@ 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
27+
$ pbcopy < ~/.ssh/id_ed25519.pub
2828
# Copies the contents of the id_rsa.pub file to your clipboard
2929
```
3030

0 commit comments

Comments
 (0)