I'm getting a connection refusal when I attempt to ssh into an instance of a public AMI on aws, and I'm not sure why. I know the firewall has the port open. Could anyone point me toward some potential causes for this problem?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
ssh -i <keypair> ec2-user@<instance_IP>– Christopher Aug 15 '12 at 20:06