-2

I've made my ec2 instance on AWS and I worked on it at home like a charm and everything went fine (connection wise)

Today I went to the library and when I tried to ssh into my ec2 using PuTTy as I always do, the connect can't be made and I'm given the "network error:connection timed out" error message

I assume that's a firewall blocking my ssh access?Am I right -I even tried to telnet and it's the same

I have searched the internet and read these questions

Can't connect to my Amazon EC2 over SSH?

Can't SSH Into EC2 Instance

ssh, telnet to AWS EC2 instance time out

I need to know if my assumption is true and if yes how can I bypass it to ssh to my ec2 instance if my assumption is not ture tell me the real reason then

P.S: my security group rules allow IP address from everywhere I changed my ssh port to 49153 as I used the 22 port for my honeypot I installed in my instance

  • 1
    The traffic is being blocked by the library's firewall. You will need to work with them to get the ports un-blocked. – EEAA Aug 26 '14 at 13:16

1 Answers1

1

It's very possible whatever network your behind does not allow outbound connections to port 49153. One way to avoid this is to use the Java based client in your browser provided by Amazon.

Bob Smith
  • 11
  • 1