0% found this document useful (0 votes)
160 views5 pages

How To Generate .PPK File From - Pem File

1. Download Putty and Puttygen software to connect to AWS Linux servers from Windows. 2. Launch a Linux instance on AWS and download the .pem key pair file. 3. Use Puttygen to convert the .pem file to a .ppk file format that Putty can use. 4. Open Putty, enter the server's public IP, select the .ppk file, and log in with the username to connect to the Linux server.

Uploaded by

user1230
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
160 views5 pages

How To Generate .PPK File From - Pem File

1. Download Putty and Puttygen software to connect to AWS Linux servers from Windows. 2. Launch a Linux instance on AWS and download the .pem key pair file. 3. Use Puttygen to convert the .pem file to a .ppk file format that Putty can use. 4. Open Putty, enter the server's public IP, select the .ppk file, and log in with the username to connect to the Linux server.

Uploaded by

user1230
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

How to convert. pem file to .

ppk file and login to a AWS Linux server

Pre –re quisites to login a linux server from a windows machine.

1. Putty software (to login Linux server)


2. Puttygen software (to convert .pem to .ppk)

Download both software’s from https://www.putty.org/ and launch a Linux server from AWS console and create a new
key pair and download it.

Example below.

 Choose create new key pair


 Provide a new name for key pair
 Click Download key pair
 Once. pem file is downloaded click on Launch Instances

Open Puttygen on your machine


Choose the .pem file downloaded while launching the Instance (select all files and click open)

Click ok on the successfully imported screen


Click on save private key

Click ok an choose a location and provide a new name then save the file in .ppk format

Now we have created new. ppk file from. pem file (now we have both .pem and .ppk)

To login a Linux server open Putty and copy and paste the public IP of the Linux instance in hostname section
Expand SSH and choose Auth, from the right hand section browse for the .ppk file you created and click open

Click yes on the putty server login prompt


Type the user name (in this example we are using amazon linux so the username is ec2-user)

You might also like