Created
February 16, 2021 19:19
-
-
Save christian-korneck/e9fb8cbe0796db6653223bb060cb55d1 to your computer and use it in GitHub Desktop.
openssh private key to rsa private key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
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