Network setup, SSH connection timeout with AWS and .pem
I'm trying to log into my AWS server via SSH, it's set up with a .pem permissions file for extra 开发者_开发技巧security, I've added my IP to the security groups correctly, but when I try to connect, I get an operation timeout.
I thought maybe the Network settings were blocking outbound SSH, but I could connect to another server, this one didn't have any .pem file, only usual password.
I'm wondering if the network handles connections differently with a .pem file ?
The fact I can connect to SSH on this other server, I'm assuming the network outbound connection is handled differently maybe by the firewall when a permissions file is involved.
Any suggestions ?
What is the output when you try the following:
ssh -vvv -i foobar.pem user@my-amazon-host
精彩评论