Last active
October 11, 2015 07:57
-
-
Save spalenza/3827158 to your computer and use it in GitHub Desktop.
Fix timeout SSH at OS X
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
# Run | |
ssh-add -K | |
# PATH: ~/.ssh/config | |
# When in vi hit i to enter insert mode and add the following lines to the config file | |
ServerAliveCountMax 3 | |
ServerAliveInterval 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment