Created
November 3, 2012 09:44
-
-
Save sdoro/4006838 to your computer and use it in GitHub Desktop.
Generate ssh key without passphrase
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 -q -b 2048 -f ~/.ssh/id_rsa -N "" | |
# add -C "comment" to insert comment in *.pub file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment