一、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
博客主要介绍了SSH的常见问题及解决办法。包括出现 'Permission denied (publickey)' 时,修改配置文件并重启服务;使用root账号登录需调整配置文件参数;遇到 'ssh:connect to host,port 22 :Connection refused' 是因服务器未安装openssh - server。

被折叠的 条评论
为什么被折叠?



