linux中限制root用户远程登陆
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
linux中root用户是超级管理员,可以针对root用户暴力破解密码,这样很不安全,工作中我们一般禁止root用户直接远程登陆,开设一个或多个普通用户,只允许登陆普通用户,如果有需要用root用户,可以su切换root 或者sudo来拥有root权限执行命令。
首先打开配置文件,找到图示的位置
# vi /etc/ssh/sshd_config
将其改为
这行的意思是允许使用root用户登陆,所以我们将它改为no 不允许root用户直接登陆
保存退出配置文件后,重启sshd服务
# systemctl restart sshd.service
重新建立连接就发现root用户已经不能登陆了,我们只能通过普通用户登陆再进行切换
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)