首先打开/etc/ssh/sshd.config文件vim /etc/ssh/sshd_config找到配置#PermitRootLogin yes将其修改为PermitRootLogin no如下图所示: 重启sshd服务,命令如下:systemctl restart sshd.service 推荐教程:centos教程