Saturday, September 19, 2020

Convert OpenSSH Private Key to RSA

 To convert OpenSSH private key to RSA, (i.e id_rsa) simply run this command:

ssh-keygen -p -N "" -m -pem -f /.ssh/id_rsa

 


No comments:

Post a Comment