Skip to content

Instantly share code, notes, and snippets.

@jahrmando
Created July 5, 2021 18:58
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 jahrmando/55d57a9ff2ff62ca97fcc08477511348 to your computer and use it in GitHub Desktop.
Save jahrmando/55d57a9ff2ff62ca97fcc08477511348 to your computer and use it in GitHub Desktop.
Change your private key formant from OPENSSL to PEM

Change your private key formant from OPENSSL (--BEGIN OPENSSH PRIVATE KEY--) to PEM (--BEGIN RSA PRIVATE KEY--)

$ ssh-keygen -p -m pem -f my_private_file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment