SSH连接常见问题

一、Error info:Permission denied (publickey)

  • 打开 /etc/ssh/sshd_config ,修改PasswordAuthentication no 为:PasswordAuthentication yes
  • 重启服务 sudo service ssh restart

二、使用root账号登录

  • 修改ssh服务配置文件/etc/ssh/sshd_config,调整PermitRootLogin参数值为yes

三、ssh:connect to host,port 22 :Connection refused

连接的服务器未安装openssh-server,解决方法

sudo apt install openssh-server

posted @ 2022-11-13 22:36  dlhl  阅读(38)  评论(0)    收藏  举报