I need to connect to an AWS Linux machine from WinSCP using pem key provided by AWS, how Do I do that? And do I need to create a ppk for that?
Asked
Active
Viewed 243 times
-2
-
Here, I googled that for you: https://winscp.net/eng/docs/guide_amazon_ec2 In the future, please search for things like this instead of coming here and asking us to search for you. – Mark B May 09 '16 at 14:33
1 Answers
2
The answer is that I do need to generate a PPK from the pem I was provided,
So first to create the PPK:
we need putty gen --> File --> Load private key --> browse to the .pem file --> generate
And you have the ppk.
Now Just open WinSCP and open a new connection insert all the details (ip, user, etc.) and click on the "advanced.." tab Then go to SSH --> Authentication --> and browse to the PPK key that you created in "private key file" -->then click "ok".

Shahar Hamuzim Rajuan
- 5,610
- 9
- 53
- 91