security

Automatically convert PEM to PPK

February 28, 2016
/ / /

Let me start by saying I love AWS. AWS is awesome, and you can do awesome things with AWS. But, if you’re like me you find it annoying working with Linux instances on AWS.

Why is that, you ask?

Well, that’s because every time I download a new Key Pair for an AWS EC2 Instance, I have to go through the oh so tedious task of converting the PEM file to something that PuTTY can use (because PuTTY won’t use PEM files). In this day and age, this is too many clicks and we want something easy and convenient.

So what did I do? I wrote some software that will convert these files automatically from PEM to PPK. What’s this piece of software called?

Why, pem2ppk of course…!

And it’s free! 🙂

Download a copy from here:

https://boofis.com/product/pem2ppk/

Leave a comment below if you find it useful, or have any suggestions / improvement requests.

Read More