Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christian-korneck/e9fb8cbe0796db6653223bb060cb55d1 to your computer and use it in GitHub Desktop.
Save christian-korneck/e9fb8cbe0796db6653223bb060cb55d1 to your computer and use it in GitHub Desktop.
openssh private key to rsa private key
```
pushd $HOME/.ssh
cp -p id_rsa id_rsa.pem
ssh-keygen -p -N "" -m pem -f id_rsa.pem #replaces file
popd
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment