LoginSignup
0
0

More than 3 years have passed since last update.

MACのターミナルからWAN側にssh接続しようとすると「client_loop: send disconnect: Broken pipe」となる場合の対応

Last updated at Posted at 2021-03-17

現象

  • MACのターミナルからWAN側にssh接続しようとすると「client_loop: send disconnect: Broken pipe」というエラーになってしまう
    • LAN内では問題なくssh接続できる
    • LAN内のRaspberry Piを踏み台にするとWAN側にssh接続できる

原因

  • IPQoS関連ということがわかりましたがIPQoSについては割愛します。。

対策

  • ~/.ssh/configに以下を指定することで接続できるようになりました
Host *
     IPQoS 0
0
0
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
0
0