how to

Failed to connect any ssh host

May 28, 2024
softwares-and-toolsssh
1 Minutes
38 Words

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:
1
sudo service ssh restart
2
sudo service sshd restart
3
sudo /etc/init.d/ssh restart

this worked, on 24/5/28, for a new user on Ubuntu.

Article title:Failed to connect any ssh host
Article author:Julyfun
Release time:May 28, 2024
Copyright 2025
Sitemap