If you are having issues connecting to a shell server using ssh, we have found at least one cable company is blocking connections to port 22, the standard ssh port.
On most of our shell servers, we also listen to port 443. If ssh times out, try “ssh -p 443 server.eskimo.com”. Substitute “server” with the desired host, i.e., ubuntu, debian, rocky8, etc.