Skip to content

Instantly share code, notes, and snippets.

@spikeekips
Created August 26, 2015 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spikeekips/a7aee79b4727e1a60705 to your computer and use it in GitHub Desktop.
Save spikeekips/a7aee79b4727e1a60705 to your computer and use it in GitHub Desktop.
Generate SSH secret key without passphrase
$ openssl rsa -in private_key_with_pass_phrase -out private_key_without_pass_phrase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment