Skip to content

Instantly share code, notes, and snippets.

@vmanyushin
Created December 27, 2016 13:03
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 vmanyushin/4e0067c2c8a29fabc692765ad166a04a to your computer and use it in GitHub Desktop.
Save vmanyushin/4e0067c2c8a29fabc692765ad166a04a to your computer and use it in GitHub Desktop.
openssl rsa -in ~/.ssh/id_rsa -out ~/.ssh/id_rsa.nocrypt
mv ~/.ssh/id_rsa.nocrypt ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment