自学内容网 自学内容网

ubuntu 开启root

sudo passwd root#输入以下命令来给root账户设置密码
sudo passwd -u root#启用root账户
su - root#要登录root账户

root 开启远程访问:

小心不要改到这里了:sudo nano /etc/ssh/ssh_config

而是:/etc/ssh/sshd_config

sudo nano /etc/ssh/sshd_config
将#PermitRootLogin prohibit-password 改成:PermitRootLogin yes
sudo systemctl restart ssh


原文地址:https://blog.csdn.net/xiaoxionglove/article/details/142582119

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!