Skip to content

Instantly share code, notes, and snippets.

@spalenza
Last active October 11, 2015 07:57
Show Gist options
  • Save spalenza/3827158 to your computer and use it in GitHub Desktop.
Save spalenza/3827158 to your computer and use it in GitHub Desktop.
Fix timeout SSH at OS X
# 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