不能ssh到ec2实例连接拒绝?

时间:2013-07-04 12:09:59

标签: ssh amazon-ec2 connection ubuntu-12.04

我正在研究ec2实例,在其上运行一些模拟。我能够ssh到实例 在办公室,但当我回到宿舍(在大学使用以太网)时,我无法ssh 我收到了错误: ssh: connect to host <IP of instance> port 22: Connection refused。那么问题是什么? 我的ssh正在运行,当然openssh已安装,在大学里我能够ssh到localhost.So这是代理/网络设置的问题吗?

1 个答案:

答案 0 :(得分:0)

解决了我必须通过我大学代理的问题 为此,我将其添加到我的/ etc / ssh / ssh_config文件Host * ProxyCommand corkscrew <put you proxy here> <port> %h %p