Skip to content

Instantly share code, notes, and snippets.

@jimmyhoran
Created April 26, 2021 00:07
Show Gist options
  • Save jimmyhoran/76b05a36cf9f9fc1ceae8a62c6519c60 to your computer and use it in GitHub Desktop.
Save jimmyhoran/76b05a36cf9f9fc1ceae8a62c6519c60 to your computer and use it in GitHub Desktop.
How to resolve ssh `client_loop: send disconnect: Broken pipe` - set "~/.ssh/config"
Host *
ServerAliveInterval 600
TCPKeepAlive yes
IPQoS=throughput
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment