1,切换为root用户 2,passwd root(or others) 3,输两次密码 4,重启。
ssh允许root用户登录: 1,vim /etc/ssh/sshd_config 2,修改PermitRootLogin为yes 3,service sshd restart