设置root密码,并切换到root用户

sudo passwd root
su root

修改ssh配置文件

vim /etc/ssh/sshd_config
PasswordAuthentication no  改成  PasswordAuthentication yes
#PermitRootLogin prohibit-password  改成  PermitRootLogin yes
UsePAM yes  改成  UsePAM no

重启sshd.service

systemctl restart sshd.service
最后修改:2024 年 05 月 02 日
如果觉得我的文章对你有用,请随意赞赏