使用如下命令修改SSHD设置:vim /etc/ssh/sshd_config,找到 PasswordAuthentication no,将no改为yes。
去掉 #UsePAM no 前面的井号
保存退出,重启sshd服务即可。
sudo service ssh restart
使用如下命令修改SSHD设置:vim /etc/ssh/sshd_config,找到 PasswordAuthentication no,将no改为yes。
去掉 #UsePAM no 前面的井号
保存退出,重启sshd服务即可。
sudo service ssh restart