Ubuntu7.04からssh接続の確立が異様に遅い件について
Ubuntu7.04(Feisty Fawn)を仕事で常用開始してから、露見した問題で、他のサーバへのsshによる接続確立が異様に遅いという問題がありました。
同様の問題で困っている人は一見の価値ありです。
下記のページのように対応すれば解決。Solution1と2があります。
Fix for SSH slow to ask for password in Ubuntu Feisty Fawn
以下は、上記ページ消失時の為の引用メモ、sshの問題に限って言えばSolution1のみで解決済
> Solution 1
> Edit the /etc/ssh/ssh_config file using the following command
> sudo vi /etc/ssh/ssh_config
> Commentout the following lines
> GSSAPIAuthentication yes
> GSSAPIDelegateCredentials no
> save the file and exit
GSSAPIAuthentication、GSSAPIDelegateCredentialsについてはこちらを参照。
#以上、Gearsが破壊力ある件については別途・・・w
同様の問題で困っている人は一見の価値ありです。
下記のページのように対応すれば解決。Solution1と2があります。
Fix for SSH slow to ask for password in Ubuntu Feisty Fawn
以下は、上記ページ消失時の為の引用メモ、sshの問題に限って言えばSolution1のみで解決済
> Solution 1
> Edit the /etc/ssh/ssh_config file using the following command
> sudo vi /etc/ssh/ssh_config
> Commentout the following lines
> GSSAPIAuthentication yes
> GSSAPIDelegateCredentials no
> save the file and exit
GSSAPIAuthentication、GSSAPIDelegateCredentialsについてはこちらを参照。
#以上、Gearsが破壊力ある件については別途・・・w




