Good day to all,
Been researching this problem for the past 4-5 days but to no avail... SSH refuses to log in from remote computer. Ubuntu 20.04 server running on server on local network
So far:
able to ftp, ssh, telnet, vnc to local server from computers on same local network: no problem
from remote location, able to ftp, telnet, vnc to local server but ssh refuses to connect to server
a) modem forwards port 22 to local server (same for ports 21 & 23 & 80 & ...)
b) sshd is up and running on server
c) ufw configured to grant access to port 22: Action "ALLOW IN" from "Anywhere" (checked by issuing command "ufw status numbered & "ufw status verbose")
d) "service ufw status" reports ufw is active
e) "lsof i -n -P|grep LISTEN" reports port 22 is listening
f) "ssh -vvv IP_Address" from remote computer reports this error message: "async io completed with error: 10061" & connection fails
g) /var/log/auth.log logs the following item after connection refused: "Received signal 15; terminating" which means "some" process has issued a SIGALRM & kernel killed connection attempt
So, at this point, I believe "something" (in ssh configuration files or elsewhere) is blocking remote connections to ssh but don't know where to look at this point...
Any help would be really appreciated since, so far, answers to this previously posted problem have resulted in "generic answers" with no meaningful answers