kr icon indicating copy to clipboard operation
kr copied to clipboard

Connection to UNKNOWN port 65535: Broken pipe & SSH_EVENT_RESPOVERFLOW

Open halostatue opened this issue 5 years ago • 2 comments

Similar to #251, I’m getting Connection to UNKNOWN port 65535: Broken pipe on some, but not all, git operations.

Krypton ▶ Requesting SSH authentication from phone
Krypton ▶ Success. Request Allowed ✔
Enumerating objects: 33, done.
Counting objects: 100% (33/33), done.
Delta compression using up to 4 threads
Compressing objects: 100% (21/21), done.
Writing objects: 100% (21/21), 22.64 KiB | 2.26 MiB/s, done.
Total 21 (delta 11), reused 0 (delta 0)
packet_write_wait: Connection to UNKNOWN port 65535: Broken pipe
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly

These events correspond to our IDS system (Meraki) detecting an SSH_EVENT_RESPOVERFLOW event.

I am not getting any errors on ssh -vv [email protected] or ssh -vv me.krypt.co, only on (mostly) code pushes to bitbucket.

halostatue avatar May 22 '19 15:05 halostatue

Using Krypton 2.4.2.

halostatue avatar May 22 '19 15:05 halostatue

Try the auto keep alive: https://askubuntu.com/questions/127369/how-to-prevent-write-failed-broken-pipe-on-ssh-connection

pkleinert avatar May 02 '20 10:05 pkleinert