vi /etc/ssh/sshd_config

查找“#PermitRootLogin yes”,将前面的“#”去掉,短尾“Yes”改为“No”,并保存文件。

重启sshd服务生效。

service sshd restart

禁止root用户直接登陆

相关文章: