mattthumper
New Member
- Joined
- Mar 10, 2016
- Messages
- 8
- Thread Author
- #1
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 is that I cannot access the Windows box via ssh (OpenSSH or PuTTY).
I am able to access the Linux box from the Windows box - via ssh (via both OpenSSH and PuTTY).
For the sake of simplicity and in order to eliminate Linux from the equation, I tried:
ssh localhost
ssh 192.168.1.2
ssh HOME
ssh matt@localhost
ssh [email protected]
ssh matt@ HOME
(where localhost, 192.168.1.2, and HOME are all the Windows box).
None of those 3 worked - either in PuTTY or in OpenSSH.
I either get:
Connection to localhost closed by remote host.
Connection to localhost closed.
Or I get:
ssh: connect to host 192.168.1.2 port 22: Connection timed out
I wanted to make sure that I could access this PC from another in one way or another - so I went ahead and created a homegroup which this computer and another household Windows 10 (laptop) are part of. That other Windows 10 PC is able to access this PC (and, for what it's worth, this PC can access the laptop).
Note that a firewall runs on the Windows box. But I get the same results whether it's up or down.
Anyone know what's going on?
TIA, Matt
One running Debian Linux and one running Windows 10.
They both access the Web through a wireless router (Verizon).
The issue is that I cannot access the Windows box via ssh (OpenSSH or PuTTY).
I am able to access the Linux box from the Windows box - via ssh (via both OpenSSH and PuTTY).
For the sake of simplicity and in order to eliminate Linux from the equation, I tried:
ssh localhost
ssh 192.168.1.2
ssh HOME
ssh matt@localhost
ssh [email protected]
ssh matt@ HOME
(where localhost, 192.168.1.2, and HOME are all the Windows box).
None of those 3 worked - either in PuTTY or in OpenSSH.
I either get:
Connection to localhost closed by remote host.
Connection to localhost closed.
Or I get:
ssh: connect to host 192.168.1.2 port 22: Connection timed out
I wanted to make sure that I could access this PC from another in one way or another - so I went ahead and created a homegroup which this computer and another household Windows 10 (laptop) are part of. That other Windows 10 PC is able to access this PC (and, for what it's worth, this PC can access the laptop).
Note that a firewall runs on the Windows box. But I get the same results whether it's up or down.
Anyone know what's going on?
TIA, Matt