Skip to content

Commit

Permalink
Update adding-a-new-ssh-key-to-your-github-account.md
Browse files Browse the repository at this point in the history
  • Loading branch information
casals authored Oct 9, 2020
1 parent 7d7967b commit 8114478
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ After adding a new SSH key to your {% data variables.product.product_name %} acc
$ sudo apt-get install xclip
# Downloads and installs xclip. If you don't have `apt-get`, you might need to use another installer (like `yum`)

$ xclip -sel clip < ~/.ssh/id_rsa.pub
$ xclip -selection clipboard < ~/.ssh/id_rsa.pub
# Copies the contents of the id_rsa.pub file to your clipboard
```
{% tip %}
Expand Down

0 comments on commit 8114478

Please sign in to comment.