- 修改sshd_config文件
vim /etc/ssh/sshd_config
将#PasswordAuthentication yes的注释去掉
将#PermitRootLogin prohibit-password的注释去掉 ,prohibit-password 改为yes
- 重启服务
service ssh restart
2023-12-14 10:01:09
vim /etc/ssh/sshd_config
将#PasswordAuthentication yes的注释去掉
将#PermitRootLogin prohibit-password的注释去掉 ,prohibit-password 改为yes
service ssh restart