Fix for SSH slow to ask for password in Ubuntu Feisty Fawn

在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 no

save the file and exit

This entry was posted in Linux and tagged , , , , . Bookmark the permalink.

One Response to Fix for SSH slow to ask for password in Ubuntu Feisty Fawn

  1. wlx [微博 ] says:

    ubuntu intrepid下又出来问题了,需要修改服务器端的ssh设置:
    修改ssh服务器的/etc/ssh/sshd_config,把UseDNS yes改为UseDNS no就可以了。

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please copy the string vcmk3m to the field below:

以新浪微博帐号登录