Failed to connect any ssh host
env: ubuntu
ref: https://blog.csdn.net/C_W_0/article/details/122953132
- Please check first if you have installed
openssh
. - And try restarting
sshd
service:
1sudo service ssh restart2sudo service sshd restart3sudo /etc/init.d/ssh restart
this worked, on 24/5/28, for a new user on Ubuntu.