Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update content/github/authenticating-to-github/adding-a-new-ssh-key-t…
…o-your-github-account.md

Co-authored-by: Shati Patel <[email protected]>
  • Loading branch information
felicitymay and shati-patel authored Nov 23, 2020
commit 649368c16af1d0b8b1e80149513462f3f08de2ee
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ After adding a new SSH key to your {% data variables.product.product_name %} acc

```shell
$ pbcopy &lt; ~/.ssh/id_ed25519.pub
# Copies the contents of the id_rsa.pub file to your clipboard
# Copies the contents of the id_ed25519.pub file to your clipboard
```

{% tip %}
Expand Down