1、修改/etc/ssh/sshd_config

PermitRootLogin yes 修改为PermitRootLogin no

2、锁定一个用户命令

usermod -L username

3、解锁一个用户

usermod -U username