4
1
I fail to use ssh connecting to my remote machine, the detail situation is as following:
The remote machine is behind a firewall, but can be connected using ssh with port 45992. I used to connect to it before without any problem.
My current internet looks like only supports http service, because I can surf the web but nothing else works
This is what I got when I tried to use ssh:
user@machinename:~$ ssh -p 45992 xxx.xxx.xxx.xxx -v
OpenSSH_5.5p1 Debian-4ubuntu6, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /home/user/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to xxx.xxx.xxx.xxx [xxx.xxx.xxx.xxx] port 45992.
then it just stuck here.
What the ISP may have done? And is there any way to get my ssh working again?
The ISP's are dismantling the internet and not forwarding SSH traffic. This is part of the planned destruction of the internet. Sorry for your loss. We tried to warn you with net nutrality, but nobody cares. You don't need SSH. Use something else. You will probably have to build it yourself using port 80 on tcp, the goats can't block that one or else websites won't resolve. – Eric Leschinski – 2017-02-05T01:04:20.267
2I had this problem at a university I was attending. All KEX_INIT packets were mangled. I asked why and they told me "SSH is not supported." At the same time, people would play WoW between classes. Jerks. – amphetamachine – 2011-08-31T11:00:27.827
exactly same here – zhanwu – 2011-08-31T11:06:24.840