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?
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