Skip to content

Instantly share code, notes, and snippets.

@Utshaw
Last active April 18, 2020 08:05
Show Gist options
  • Save Utshaw/b076d59ceb65f3001be163e7cf71f505 to your computer and use it in GitHub Desktop.
Save Utshaw/b076d59ceb65f3001be163e7cf71f505 to your computer and use it in GitHub Desktop.
Add SSH key to GitHub
ssh-keygen -t rsa -b 4096 -C "[email protected]"
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa
gedit ~/.ssh/id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment