1、增加普通用户.
adduser test
addusertestuserTest FAQ UserkshEnternoEnterType password, then Enter Type password, then Enteryn
2、修改/etc/group
在wheel组中修改为
wheel:*:0:root,test
为了用test登录后,使用su切换到root

3、备份sshd_config
生产机器禁止ROOT远程SSH登录:
    #vi /etc/ssh/sshd_config
把#PermitRootLogin yes 修改为PermitRootLogin no  
去了"#".yes改为no.
保存 。
重启sshd。
再试用root远程登录。
不能登录。OK!