why is SSH not working?
I keep getting..
ssh: connect to host ec2-11-11-11-11.compute-1.amazonaws.com port 22: Operation timed out
when trying to connect to my amazon EC2 server, at first i thought it was some sort of firewall but i have no firewall and i can SSH in to my MediaTemple server.
the chmod of my pem is 600. and this is how im trying to ssh..
ssh -i ~/.ssh/ServerKey.pem [email protected]
i have a AMI ID: ami-508c7839 so i seen on a video the user should be ubuntu.
i hope someone can see an error somewhere because i dont have a clue. if it helps to know im on a mac.
thanks in advance