切换Root用户
sudo su
设置密码
passwd root
- 需要输入两次密码,输入的时候密码不会显示
编辑ssh配置文件
vim /etc/ssh/sshd_config
- 把PasswordAuthentication no改为PasswordAuthentication yes
- 把PermitRootLogin no改为PermitRootLogin yes
重启sshd
systemctl restart sshd
sudo su
passwd root
vim /etc/ssh/sshd_config
systemctl restart sshd