Skip to content

Commit

Permalink
Merge pull request #1063 from brockneedscoffee/patch-1
Browse files Browse the repository at this point in the history
Update adding-a-new-ssh-key-to-your-github-account.md
  • Loading branch information
felicitymay authored Nov 23, 2020
2 parents f4e2d1f + 9a01ad9 commit b8aea4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ 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
# Copies the contents of the id_rsa.pub file to your clipboard
$ pbcopy < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard
```

{% tip %}
Expand Down

0 comments on commit b8aea4d

Please sign in to comment.