diff --git a/Generate-ssh-keys.md b/Generate-ssh-keys.md index 74be3f4..6653cec 100644 --- a/Generate-ssh-keys.md +++ b/Generate-ssh-keys.md @@ -16,8 +16,8 @@ eval "$(ssh-agent -s)" ``` ssh-add ~/.ssh/id_rsa ``` -## Add to github -The easiest way to do it is to use xclip but you can also copy the data inside the file. +## Add key to Github +The easiest way to copy the contents of the public key to your clipboard is to use xclip, but you can also do it manually. ``` xclip -sel clip < ~/.ssh/id_rsa.pub ```