wp.jochen.hayek.name/blog-en

the ISP doesn’t let you ssh

Did that occur to you before? Your (new) Internet connection seems to work instantly, but then you recognize, that you do not succeed with ssh connections. (Search engine question: “Why does my SSH connection not work?”) That may have different reasons.

  1. The ISP block connections on certain destination ports like 22.
    If you can, get the sshd you want to connect to, to also answer on port 23 e.g. . You achieve this with an additional line like this in sshd_config there: “Port 23”.
    Usually the “Port 22” has not been explicit there so far, so if you add another Port line, you would also have to make that “Port 22” explicit, otherwise that sshd will not answer on port 22 any longer.
  2. The ISP does not like TOS flags in IP packets, that do not equal 0, or they just don’t like the TOS flag chosen by your openssh.
    The following bullets should actually be “2.1” …, but blogger doesn’t easily support this, and I am just to lazy to enforce it HTML-wise.
Exit mobile version