启用ROOT登录

修改SSH配置文件

使用有root权限的用户执行 vim /etc/ssh/sshd_config,修改:code:`PermitRootLogin`的值为yes

PermitRootLogin yes

重启SSH服务

systemctl restart sshd