Skip to content

Commit 59bec6e

Browse files
authored
repo sync
2 parents af4c109 + 3092055 commit 59bec6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ After adding a new SSH key to your {% data variables.product.product_name %} acc
8787
$ sudo apt-get install xclip
8888
# Downloads and installs xclip. If you don't have `apt-get`, you might need to use another installer (like `yum`)
8989

90-
$ xclip -sel clip < ~/.ssh/id_rsa.pub
90+
$ xclip -selection clipboard < ~/.ssh/id_rsa.pub
9191
# Copies the contents of the id_rsa.pub file to your clipboard
9292
```
9393
{% tip %}

0 commit comments

Comments
 (0)