Skip to content

Instantly share code, notes, and snippets.

@devnulled
Created March 13, 2012 05:18
Show Gist options
  • Select an option

  • Save devnulled/2026961 to your computer and use it in GitHub Desktop.

Select an option

Save devnulled/2026961 to your computer and use it in GitHub Desktop.
Generate Secure RSA Key on Mac
ssh-keygen -t rsa -b 4096 -C "email@email.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment