-2

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?

Shahar Hamuzim Rajuan
  • 5,610
  • 9
  • 53
  • 91
  • 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 Answers1

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.

enter image description here

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".

enter image description here

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