1

I installed KpyM on my Windows 10 machine and started it. It says the service is running.

 Proto Lokale Adresse Remoteadresse Status TCP 0.0.0.0:22 DESKTOP-4VRVV1O:0 ABHÖREN 

So now I switch to my linux machine and do: (username is the name I see when I login into windows 10?)

ssh <username>@<ip-windows> 

After a while:

ssh: connect to host <ip-windows> port 22: Connection timed out

What am I missing here?

6
  • 7
    Did you open the port in Windows Firewall? Commented Sep 17, 2018 at 17:17
  • did SSH ever gain any traction in Windows 10 ? Commented Sep 17, 2018 at 17:37
  • @NasirRiley pls make an answer Commented Sep 17, 2018 at 18:31
  • I'm voting to close this question because the issue is Windows firewall configuration. Commented Sep 17, 2018 at 19:09
  • ye u right gonna remove it later Commented Sep 17, 2018 at 19:12

2 Answers 2

1

Make sure to open the port in Windows Firewall and restart the service before connecting. In your case, that's port 22.

-1

Use the below commands:

  1. Login to the server using ssh
  2. nc -v host port name
  3. if the connection opened already, it should give the success message.
  4. otherwise please open windows firewall connection

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.