Ubuntu root 切换

内容纲要

1.首先切换为root用户
2.

sudo sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/sshd_config

3.

sudo sed -i 's/#PasswordAuthentication yes/PasswordAuthentication yes/' /etc/ssh/sshd_config

4.

sudo systemctl restart ssh

最后使用root登录即可

THE END
分享
二维码
< <上一篇
下一篇>>