Adding a SSH key to GitHub account #
ls -al ~/.ssh
Generate a key
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa```
Clip or copy manually
```clip < ~/.ssh/id_rsa.pub
cat ~/.ssh/id_rsa.pub```
Go to GitHub, add the public key to settings -
```https://github.com/settings/keys```