centos7解决ssh登录速度慢 在输入用户名后需要等待一阵
vi /etc/ssh/sshd_config
修改参数
#UseDNS yes为UseDNS no
重启ssh
systemctl restart sshd