Skip to content

Instantly share code, notes, and snippets.

@wpsteak
Last active December 21, 2015 16:28
Show Gist options
  • Select an option

  • Save wpsteak/6333272 to your computer and use it in GitHub Desktop.

Select an option

Save wpsteak/6333272 to your computer and use it in GitHub Desktop.
solve ssh error message "Write failed: Broken pipe."http://blog.jmoz.co.uk/mac-terminal-ssh-disconnecting/
~/.ssh/config
Host *
ServerAliveInterval 240
ServerAliveCountMax 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment