SSH连接速度慢

系统:centos6.8

ssh调试

ssh -v ip

 

方法1.目标机更改sshd文件

vim /etc/ssh/sshd_conf

找到

#UseDNS yes  改为 UseDNS no

 

方法2,客户端更改ssh文件

vim /etc/ssh/ssh_config

找到

GSSAPIAuthentication yes

改为

GSSAPIAuthentication no

posted on 2017-05-25 19:33  宇宙小飞机  阅读(337)  评论(0编辑  收藏  举报

导航