sshd连接慢
1、在ssh服务端上更改/etc/ssh/sshd_config文件中的配置为如下内容:
vim /etc/ssh/sshd_config
UseDNS no yes改成no
GSSAPIAuthentication no yes改成no
然后,执行systemctl restart sshd重启sshd进程使上述配置生效,再次连接服务器一般就不慢了。
注:利用ssh-v的调试功能查找慢的原因,该指令可以查看ssh相关信息