Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の Ubuntu 10.10 コンピューターはイントラネットにあります。でサーバーの IP を指定しない/etc/hostsと、接続に時間がかかり、失敗することがあります。
/etc/hosts
なぜなのかご存知ですか?
ルートとして「/etc/ ssh / sshd_config」を編集し、「UseDNSno」という行を追加します。
コマンドの実行
sudo echo "UseDNS no" >> /etc/ssh/sshd_config
これが接続速度の低下の問題の原因である場合、これは役立つ場合があります。