Skip to content

Instantly share code, notes, and snippets.

@sdoro
Created November 3, 2012 09:44
Show Gist options
  • Save sdoro/4006838 to your computer and use it in GitHub Desktop.
Save sdoro/4006838 to your computer and use it in GitHub Desktop.
Generate ssh key without passphrase
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