Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save FedericoCapaldo/d3ac5c0da4f275a2e5ce86976c15b275 to your computer and use it in GitHub Desktop.
Save FedericoCapaldo/d3ac5c0da4f275a2e5ce86976c15b275 to your computer and use it in GitHub Desktop.
Generate SSH Key for Github
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
$ pbcopy < ~/.ssh/id_rsa.pub
$ add it to github.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment