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登录即可
共有 0 条评论