Skip to content

Instantly share code, notes, and snippets.

View Shane-Longman's full-sized avatar

Shane-Longman

View GitHub Profile
@Shane-Longman
Shane-Longman / setup.md
Last active May 28, 2019 21:12 — forked from developius/README.md
Set up GitHub push with SSH keys

Generate ssh key:

ssh-keygen -t rsa -C "[email protected]"

Copy the contents of the file ~/.ssh/id_rsa.pub to your SSH keys in your GitHub account settings. Test SSH key:

ssh -T [email protected]

If test fails like this: