Skip to content

Instantly share code, notes, and snippets.

@jkullick
Last active July 29, 2016 12:10
Show Gist options
  • Save jkullick/ea8e3c21b1a993c499eee6299a8fdc57 to your computer and use it in GitHub Desktop.
Save jkullick/ea8e3c21b1a993c499eee6299a8fdc57 to your computer and use it in GitHub Desktop.
Generate SSH Key
ssh-keygen -t rsa -b 4096 -N '' -f ~/.ssh/id_rsa -C '$COMMENT'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment