Created
January 19, 2013 15:23
-
-
Save wanghailei/4573140 to your computer and use it in GitHub Desktop.
Generate a SSH on OS X.
This file contains 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 -C "[email protected]" | |
# Creates a new ssh key using the provided email | |
pbcopy < ~/.ssh/id_rsa.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment