我无法从ubuntu 12.11 SSH到我的ec2实例。
我通过提供密钥作为凭据来尝试ssh的所有方法
我用过
ssh -v -i ~/.ec2/pes.pem ec2-user@ec2-54-209-148-122.compute-1.amazonaws.com
我将输出作为
OpenSSH_6.1p1 Debian-4, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to ec2-54-209-148-122.compute-1.amazonaws.com [54.209.148.122] port 22.
debug1: connect to address 54.209.148.122 port 22: Connection timed out
ssh: connect to host ec2-54-209-148-122.compute-1.amazonaws.com port 22: Connection timed out
谢谢你,
答案 0 :(得分:12)
请确保您已在端口22 的安全组中进行了配置,您可以通过以下链接进行参考: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/authorizing-access-to-an-instance.html
答案 1 :(得分:0)
检查防火墙是否阻止访问此端口或IP。它可能是在客户端计算机,服务器计算机或客户端网络中运行的网络防火墙上运行的防火墙。