1
0
mirror of synced 2025-12-21 19:06:49 -05:00

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
This commit is contained in:
Brock Davis
2020-11-04 10:50:52 -05:00
committed by GitHub
parent e93b07c194
commit 45b978b221

View File

@@ -24,7 +24,7 @@ After adding a new SSH key to your {% data variables.product.product_name %} acc
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.
```shell
$ pbcopy < ~/.ssh/id_rsa.pub
$ pbcopy < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_rsa.pub file to your clipboard
```