I created a new instance (tiny, 64 bit AMI linux from Amazon)
Created a new key pair called "mir".
I downloaded mir.pem and put it in my ~/.ssh folder.
I even did ssh-add mir.pem.
Then I tried to ssh ubuntu@public_DNS_from_amazon
Why doesn't it work!?
telnet public_DNS_from_amazon 22? This would rule out the firewall. – Andrew M. Jan 28 '11 at 2:07nmap -PN public_DNS_from_amazon -p 22. (-PNin case the firewall blocks ping requests) – Lekensteyn Feb 12 '11 at 11:00