1 添加root用户密码1
sudo passwd root
2 设置root用户可ssh登录1
vi /etc/ssh/sshd_config
- 找到
1
PermitRootLogin without-password
/- 改为1
PermitRootLogin yes
- 重启ssh
1
service ssh restart
1 添加root用户密码1
sudo passwd root
2 设置root用户可ssh登录1
vi /etc/ssh/sshd_config
1 | PermitRootLogin without-password |
/- 改为1
PermitRootLogin yes
1 | service ssh restart |
最后更新时间:
这里可以写作者留言,标签和 hexo 中所有变量及辅助函数等均可调用,示例:https://w940853815.github.io/2018/09/05/ubuntu设置root密码,可ssh登录/