I used to be able to ssh into my old FiOS router, but now that I got a new one (without antennas), attempts to ssh time out -- from the same internal computer, from which I can reach the same router's web-interface without a problem:
% ssh -p 8022 -v admin@router OpenSSH_7.2p2, OpenSSL 1.0.1t-freebsd 3 May 2016 debug1: Reading configuration data /home/XX/.ssh/config debug1: /home/XX/.ssh/config line 1: Applying options for * debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to router.lan [192.168.1.1] port 8022. debug1: connect to address 192.168.1.1 port 8022: Operation timed out ssh: connect to host router.lan port 8022: Operation timed out
The ssh ports -- both 22 and 8022 -- are enabled, according to the router's web-interface:
What's happening?