LoginSignup
1
6

More than 5 years have passed since last update.

Bash on Ubuntu on Windowsから他サーバへのSSHが遅い問題を解決する

Last updated at Posted at 2017-08-23

SSHしようとするといつも40秒くらい待たされていたが、-vvvオプションをつけたところ、Kerberos認証のタイムアウト待ちになっていることがわかった。/etc/sshd/ssh_configを以下のように設定して解決。

/etc/sshd/ssh_config
(snip)
Host *
# コメントアウトを解除
GSSAPIAuthentication no
(snip)
1
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
6