Hi. On Thu, Mar 07, 2019 at 11:12:06PM +0000, Long Wind wrote: > i run command below and it work in early debian: > > ssh zhou@192.168.1.3 > but new stretch says: > > ssh: connect to host 192.168.1.3 port 22: Connection refused > what should i do? Thanks!
Start ssh server on 192.168.1.3, or modify iptables REJECT rule on 192.168.1.3 that prevents you to access tcp:22. There are two way to interpret "Connection refused" message, and both do not have anything in common with ssh server settings. Reco