Re: ssh policy change in new stretch??
On 08/03/2019 12:12, 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!
Has the server also been upgraded to stretch? Is sshd running on the
server? Is there a firewall on the server? Try:
ssh -vvv zhou@192.168.1.3
to see the full connection attempt. You can also check whether the port
is open with (on the client):
nmap -p 22 192.168.1.3
Kind regards,
--
Ben Caradoc-Davies <ben@transient.nz>
Director
Transient Software Limited <https://transient.nz/>
New Zealand
Reply to: