Created
January 12, 2018 12:41
-
-
Save FedericoCapaldo/d3ac5c0da4f275a2e5ce86976c15b275 to your computer and use it in GitHub Desktop.
Generate SSH Key for Github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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