Skip to content

Commit

Permalink
Merge pull request #374 from casals/patch-23
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
shati-patel authored Oct 14, 2020
2 parents 923c7e4 + 9f6b798 commit 3092055
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 3092055

Please sign in to comment.