/etc/ssh/sshd_config
vim /etc/ssh/sshd_config UseDNS no
vim /etc/ssh/sshd_config // 默认参数为no,默认是yes GSSAPIAuthentication no
service sshd restart