Access AWS with Putty

When accessing EC2 amazon cloud, you would receive a .pem file to login to the shell. Putty does not use .pem file and you would need to convert that file to .ppk file which putty uses. In order to convert it, you would need to download puttygen.exe from the website. Run the program and follow the following steps:

  1. Click “Conversions” on the menu and select “Import key”
  2. Browse to the .pem file
  3. Click “Save private key” button
  4. You would get a warning that you are saving the key without a passphrase. Please ignore it and click “Yes”
  5. Save the .ppk file

On putty:

  1. Select the session you created and click “Load”
  2. Open “SSH->Auth” from the tree on the left
  3. Under “Private key file for authentication” browse to the recently created .ppk file
  4. Save the session and you are ready

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.