Print

ubuntu ssh允许root用户远程登录


作者:东坡网整理 文章来源:互联网

本文原地址:http://www.dp1037.com/dpinfo-7-57-0.html

东坡网,为帝国cms加油

安装好ubuntu后,用安装时设置的用户登录,然后设置root的密码

sudo passwd

设置好密码后,用root登录

su root

此时不能ssh远程登录,要修改ssh设置

vi /etc/ssh/sshd_config

注释掉 #PermitRootLogin without-password,添加 PermitRootLogin yes,如下:

# Authentication:
LoginGraceTime 120
#PermitRootLogin without-password
PermitRootLogin yes
StrictModes yes

重启ssh服务

service ssh restart

更多 建站技术文档 请访问 http://www.dp1037.com/dpclass-7-0/

文章生成doc功能,由东坡网开发