Created
December 5, 2018 16:38
-
-
Save mzaglia/51906b1dd4ac9808111db6992f9942bd to your computer and use it in GitHub Desktop.
Keep ssh connection alive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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