Clarified Add to Github section
parent
97adc36adb
commit
41a8a53401
|
@ -16,8 +16,8 @@ eval "$(ssh-agent -s)"
|
||||||
```
|
```
|
||||||
ssh-add ~/.ssh/id_rsa
|
ssh-add ~/.ssh/id_rsa
|
||||||
```
|
```
|
||||||
## Add to github
|
## Add key to Github
|
||||||
The easiest way to do it is to use xclip but you can also copy the data inside the file.
|
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
|
xclip -sel clip < ~/.ssh/id_rsa.pub
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue