Skip to content

Instantly share code, notes, and snippets.

@mzaglia
Created December 5, 2018 16:38
Show Gist options
  • Save mzaglia/51906b1dd4ac9808111db6992f9942bd to your computer and use it in GitHub Desktop.
Save mzaglia/51906b1dd4ac9808111db6992f9942bd to your computer and use it in GitHub Desktop.
Keep ssh connection alive
Host *
ServerAliveInterval 120
ServerAliveCountMax 30
ConnectTimeout 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment