感谢支持
我们一直在努力

Linux 禁用 root 账号登录

1. 修改文件: /etc/ssh/sshd_config

#PermitRootLogin yes

修改为:

PermitRootLogin no

 

2. 重启ssh进程

/etc/init.d/sshd restart
Stopping sshd: [ OK ]
Starting sshd: [ OK ]

 

TIPS:

  • 用root账号登陆时,如果只看到井号,输入bash,就可以正常显示,登陆账号,主机名,家目录。

# bash
[root@hostname ~]#
ls -lart

  • kill -9 0 登陆服务器后,用此命令, history命令,将不会记录你的操作。够酷吧。大笑

Ubuntu安装完后设置root密码 http://www.linuxidc.com/Linux/2014-04/100489.htm

破解Linux系统root密码 http://www.linuxidc.com/Linux/2014-04/100091.htm

RedHat Linux 5忘记root密码后重置密码 http://www.linuxidc.com/Linux/2014-02/97112.htm

本文永久更新链接地址:http://www.linuxidc.com/Linux/2014-08/105062.htm

赞(0) 打赏
转载请注明出处:服务器评测 » Linux 禁用 root 账号登录
分享到: 更多 (0)

听说打赏我的人,都进福布斯排行榜啦!

支付宝扫一扫打赏

微信扫一扫打赏