ls -al ~/.ssh
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
eval "$(ssh-agent -s)"
ssh-add -K ~/.ssh/id_rsa
pbcopy < ~/.ssh/id_rsa.pub
cat git_rsa.pub
This will list the key, then just copy it and paste into the deploy key on the GitHub repo
cd ~/.ssh
ls -la
vim known_hosts
Then change the credentials if necessary and save it