vi /etc/ssh/sshd_config
找到GSSAPIAuthentication那行,把GSSAPIAuthentication yes改成 GSSAPIAuthentication no
再找到UseDNS 那行
把UseDNS yes改成UseDNS no
然后systemctl restart sshd重启ssh
vi /etc/ssh/sshd_config
找到GSSAPIAuthentication那行,把GSSAPIAuthentication yes改成 GSSAPIAuthentication no
再找到UseDNS 那行
把UseDNS yes改成UseDNS no
然后systemctl restart sshd重启ssh