禁用域名解析后就可以加快速度了: vim /etc/ssh/sshd_config 将 "# UseDNS yes" 改为 "UseDNS no" 然后重启sshd服务, service sshd restart ok。