I was beta testing out an OVH cloud server and to login initially, you were required to use a .pem authentication key, this would be fine from a Linux box as you could just execute SSH like this
ssh -i key.pem user@computer
but with Windows, this becomes a problem as Windows doesn’t have native SSH support and the best SSH client for windows is PuTTY but PuTTY doesn’t support pem files. Luckily, someone thought of this and so PuTTYgen was born but unluckily, not everybody knows about this.
- Download PuTTYgen
- Startup PuTTYgen
- Click load
- Choose your .pem file
- Click OK
- Click save Private Key
And that should be it.