六狼论坛's Archiver
首页
›
linux
› SSH速度慢
liuwl2009
发表于 2013-2-4 12:52:55
SSH速度慢
vi /etc/ssh/sshd_config
修改
UseDNS yes
为
UseDNS no
如果没有这一项的话,自己手动添加
GSSAPIAuthentication yes
修改为
GSSAPIAuthentication no
如果没有这一项的话,自己手动添加
然后重新启动sshd
service sshd restart
页:
[1]
查看完整版本:
SSH速度慢