linux服务器可以ping通,但是无法使用ssh连接

**

linux服务器可以ping通,但是无法使用ssh连接

**

直接重装ssh

sudo apt-get remove openssh-server  openssh-client --purge -y

sudo apt-get autoremove

sudo apt-get autoclean

sudo apt-get update

sudo apt-get install openssh-server openssh-client

然后修改一下配置文件。这一步应该可有可无。可以自己测试。

sudo vim /etc/ssh/ssh_config

去掉PasswordAuthentication yes前面的#号,保存退出

你可能感兴趣的:(日常问题记录,linux,服务器,ssh)