Skip to content

Instantly share code, notes, and snippets.

@H6
Created October 23, 2015 18:06
Show Gist options
  • Save H6/cc33cedf484d6599f686 to your computer and use it in GitHub Desktop.
Save H6/cc33cedf484d6599f686 to your computer and use it in GitHub Desktop.
Prevent broken pipes with ssh
Add this to your .ssh/config
Host *
ServerAliveInterval 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment