一.首先要做root用户在sshd服务中的允许
[root@172 ~]# vim /etc/ssh/sshd_config
PermitRootLogin yes
二.监控动作
watch -n 1 "tail -n 3 /etc/passwd /etc/group;ls -l /home"
三.用户建立时的命令
1.纯净的实验环境
[root@172 ~]# rm -fr ~/.ssh/
2.生成密钥
[root@172 ~]# ssh-keygen -f /root/.ssh/id_rsa -P ""
3.上锁
[root@172 ~]# ssh-copy-id -i /root/.ssh/id_rsa.pub root@172.25.254.128