Skip to content

Instantly share code, notes, and snippets.

@snappytux
Created December 27, 2017 15:42
Show Gist options
  • Save snappytux/092127b166b2614921b5a4d437ba1c49 to your computer and use it in GitHub Desktop.
Save snappytux/092127b166b2614921b5a4d437ba1c49 to your computer and use it in GitHub Desktop.
convert id_rsa to pem
openssl rsa -in ~/.ssh/id_rsa -outform pem > id_rsa.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment