在UBUNTU FEISTY下默认进行SSH登录的时候,开始连接的速度好像有点慢,今天看到这个才知道原因。
解决办法:
Solution 1
Edit the /etc/ssh/ssh_config file using the following command
sudo nano /etc/ssh/ssh_config
Commentout the following lines
GSSAPIAuthentication yes
GSSAPIDelegateCredentials nosave the file and exit
ubuntu intrepid下又出来问题了,需要修改服务器端的ssh设置:
修改ssh服务器的/etc/ssh/sshd_config,把UseDNS yes改为UseDNS no就可以了。