sshd调优:禁用dns查找,加快速度在sshd_config中设置:UseDNS no禁用root登录:建立普通用户在sshd_config中设置PermitRootLogin no以上设置需要重启sshd服务这样子就禁用了root通过ssh登录,普通用户登录后,使用su -切换到root账户