Windows users mostly use Putty SSH Client to connect the Linux servers. If you are using putty to connect your server, then you have to convert pem to ppk file. Putty accepts only .ppk files. In this article, I will share step by step guide.
Steps to convert PEM to PPK file
Step 1: PEM file load on PuTTYgen
If you’re on Windows, just search for PuTTYgen and open it. If puttygen is not installed on your system, you can download from here. Open PuTTYgen, click on the load button.

Step 2: Load .PEM file to PuTTYgen to covert
Now select your server .pem file by browsing the file location.

Step 3: PEM file import to PuTTYgen
You will get successful message, after the .pem file imported

Step 4: Save the Private key
Your key is generated, now you have to save it bu clicking “Save private key”, you can save without passphrase by clicking “Yes”.

Conclusion
In this tutorial, you have learned, how to convert .pem to .ppk. Now you can load PPK file in your favorite PuTTY SSH client to access your ubuntu server. If you like this article, please share it on your social media. If you have any questions feel free to comment. I will try to help you.
Read More