Summary:
There are two desktop computers in my home:
One running Debian Linux and one running Windows 10.
They both access the Web through a wireless router (Verizon).
The issue:
-
I cannot use ssh from the Linux box in order to access the Windows box.
AND NOTE: That I can use ssh from the Windows box in order to access the Linux box. -
In further ‘testing’, I cannot use ssh from the Windows box in order to access the Windows box.
AND NOTE: That I can use ssh from the Linux box in order to access the Linux box.
o I’ve tried ssh from OpenSSH and also from PuTTY with the same results.
o A firewall runs on the Windows box. But I get the same results whether it’s up or down.
o I’ve tried both the IP address and the hostname.
o As a side note, the Linux box hosts an Apache Web server - which all of the household desktops successfully access.
++++++++++++++++++++++++++++++++++++
From Linux trying to get to Windows:
++++++++++++++++++++++++++++++++++++
OpenSSH:
<1 of 2> ssh matt@HOME
ssh: connect to host home port 22: No route to host
<2 of 2>> ssh matt@192.168.1.2
ssh: connect to host 192.168.1.2 port 22: No route to host
PuTTY (ssh)
(Using HOME and 192.168.1.2)
No route to host
*****> Note that Linux-to-Linux works using both OpenSSH and PuTTY.
++++++++++++++++++++++++++++++++++++++++
From Windows trying to get to Windows:
++++++++++++++++++++++++++++++++++++++++
OpenSSH (from a DOS shell):
<1 of 2> C:\Windows\System32>ssh 192.168.1.2
ssh: connect to host 192.168.1.2 port 22: Connection timed out
<2 of 2> C:\Windows\System32>ssh HOME
USAGE WARNING
This is a private computer system. This computer system, including all
related equipment, networks, and network devices (specifically including
constitutes consent to monitoring for these purposes.
matt@home’s password:
Connection to home closed by remote host.
Connection to home closed.
PuTTY (ssh)
- With IP -
Network error: Connection timed out - With HOME -
Server unexpectedly closed network connection
*****> Note that Windows-to-Linux works using both OpenSSH and PuTTY.
.
.
.
.
.
Anyone know what’s going on?
TIA, Matt