Skip to content

Instantly share code, notes, and snippets.

@kevonc
Created January 14, 2014 09:00
Show Gist options
  • Save kevonc/8415303 to your computer and use it in GitHub Desktop.
Save kevonc/8415303 to your computer and use it in GitHub Desktop.
Prevent SSH connection from freezing
add the following lines to ~/.ssh/config
ServerAliveCountMax 3
ServerAliveInterval 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment