ubuntu设置允许root用户远程登录
1.修改root密码
su passwd root2.配置ssh允许root远程登录
sudo vi /etc/ssh/sshd_config取消注释PermitRootLogin并修改值prohibit-password为yes
PermitRootLogin yes3.重启ssh服务
service ssh restart
service sshd restart su passwd rootsudo vi /etc/ssh/sshd_config取消注释PermitRootLogin并修改值prohibit-password为yes
PermitRootLogin yesservice ssh restart
service sshd restart
评论 (0)