Terminal connection from Windows 10

Linix newbie here. New install of Endeavour. Trying to control the machine from a different Windows 10 machiine on same network. Using the new Windows Terminal app from Windows Store, I try ‘ssh 192.168.1.xx’ command and get error ‘port 22 : Connection refused’

Update : apologies I have resolved this by enabling open ssh on the Endeavour OS machine manually in terminal. I had assumed this would be running by default…

1 Like

this would be a big security issue to have it enabled by default :wink:

1 Like

you need to start sshd on the linux machine:

sudo systemctl start sshd

if it’s not installed:

yay -S sshd

You might also need to check out the firewall on both machines.