GitopsCentral

How to convert PPK to id_rsa

Filed under: linux — Tags: — shaik zillani @ 7:19 am

Install Putty on Linux

First install putty utility on linux using commands below,

Ubuntu

sudo apt-get install putty-tools

Red Hat

yum install putty

To public key

puttygen test.ppk -O public-openssh -o id_rsa.pub

To private key

puttygen test.ppk -O private-openssh -o id_rsa

© 2016–2025 GitOpsCentral | All Rights Reserved.