Advertisements
You can create .pem key file from a .ppk (putty ssh key) key file. For the you need to download PuttyGen. Click here to read how to create ppk key from pem keys
Download PuttyGen
Run Puttygen and click "load Private key".
Browse for the .ppk file and fill the password fields if password is needed or keep it blank. Now click on Conversions at the top of the screen and select "Export OpenSSH Key" Or click on save public key.
Save the file as key.pem.
Thats it.
Best Reads:
1. Linux Bible
2. The Linux Command Line: A Complete Introduction
3. Amazon Web Services For Dummies
From the command line; this worked for me:
ReplyDeleteputtygen keyfile.ppk -O private-openssh -o keyfile.pem
Yes Jesse. It can be used from Linux command line :)
Delete