ubuntu允许root用户ssh远程登录:
添加root用户远程登录:
1)sudo passwd root为root添加密码。
2)开启root通过ssh远程登录编辑/etc/ssh/sshd_config将PermitRootLogin改为yes
3)services sshd restart或者systemctl restart sshd。
二、禁止root远程登录
需要编辑/etc/ssh/sshd_config。
vim /etc/ssh/sshd_config 找到 PermitRootLogin
改为 PermitRootLogin no
重启 service sshd restart
作者:cumtchw
出处:http://www.cnblogs.com/cumtchw/
我的博客就是我的学习笔记,学习过程中看到好的博客也会转载过来,若有侵权,与我联系,我会及时删除。