Skip to content

Instantly share code, notes, and snippets.

@gblok
Forked from mingfang/convert id_rsa to pem
Created August 31, 2018 18:38
Show Gist options
  • Save gblok/e3f07884656e9fe196478e374938afb9 to your computer and use it in GitHub Desktop.
Save gblok/e3f07884656e9fe196478e374938afb9 to your computer and use it in GitHub Desktop.
Convert id_rsa to pem file
openssl rsa -in ~/.ssh/id_rsa -outform pem > id_rsa.pem
chmod 700 id_rsa.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment