views:

1000

answers:

2

Hello,

I am trying to connect to Amazon EC2 with putty but the key provided by amazon is being rejected. I destroyed all instances and all key pairs. Then I created new ones and still the same problem.

Anybody?

Thanks.

+7  A: 

Did you read the Amazon docs appendix on PuTTY? It goes into what you have to do to connect with PuTTY, because:

PuTTY does not natively support the private key format generated by Amazon EC2. Fortunately PuTTY has a tool called PuTTYgen which can convert keys to its internal format.

(This was the first hit on a search for "putty ec2" btw.)

Jon Skeet
PuTTYgen - yes I have used this.Amazon is asking me for username / password !!!???????
Did you follow every step of those instructions carefully?
Jon Skeet
Fixed my problem. Thanks.
GreenKiwi
A: 

See this link for instructions on how to create a key that it will work with Putty.

kgiannakakis