Skip to content

Instantly share code, notes, and snippets.

@scottwallacesh
Last active February 16, 2016 21:01
Show Gist options
  • Save scottwallacesh/4b5e47e488205b964b5d to your computer and use it in GitHub Desktop.
Save scottwallacesh/4b5e47e488205b964b5d to your computer and use it in GitHub Desktop.
Create SSH public key in PEM format for OpenSSL encryption/decryption
openssl rsa -in ~/.ssh/id_rsa -pubout -out ~/.ssh/id_rsa.pub.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment