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