Created
September 4, 2017 10:24
-
-
Save u1i/7f3f86adaa0d228c1f6916a986de5b80 to your computer and use it in GitHub Desktop.
MacOS avoid SSH timeout
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
# .ssh/config | |
Host * | |
ServerAliveInterval 60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment