centos7 ssh连接慢的解决方法
正文开始
vim /etc/ssh/sshd_config
按i编辑插入
找到UseDNS
去掉前面的#号 改为 no
GSSAPIAuthentication
改为 no
然后:wq
保存退出
systemctl restart sshd
重启
本文链接
https://blog.asbid.cn/solution-to-slow-connection-of-centos7-ssh.html如果觉得本文对你有所帮助可以打赏作者。你的赞赏是对作者最大的鼓励!
赏