ssh连接速度慢,关闭USEDNS
vim /etc/ssh/sshd_config
###########
#UseDNS yes
###########
修改为
###########
UseDNS no
###########
#保存退出
:wq
#重启ssh
systemctl restart sshd
vim /etc/ssh/sshd_config
###########
#UseDNS yes
###########
修改为
###########
UseDNS no
###########
#保存退出
:wq
#重启ssh
systemctl restart sshd
评论 (0)