后来到网上查了下,尝试了一种办法,效果还可以,特发上来给大家共享。
[xiezhanhui@localhost~]vi /etc/ssh/sshd_config
修改
UseDNS yes
为
UseDNS no
(如果没有这一项的话,自己手动添加上去也行)
GSSAPIAuthentication yes
修改为
GSSAPIAuthentication no
(如果没有这一项的话,自己手动添加上去也行)
然后重新启动sshd
service sshd restart
然后断开服务器,重新连接,速度在几毫秒左右。
作者:解占辉 <jeffxie@gmail.com>