Skip to content

Instantly share code, notes, and snippets.

@sblack4
Created September 6, 2017 19:16
Show Gist options
  • Save sblack4/9c16ddcef551a2739bd1f72df3173fc5 to your computer and use it in GitHub Desktop.
Save sblack4/9c16ddcef551a2739bd1f72df3173fc5 to your computer and use it in GitHub Desktop.
my standard ssh config file (~/.ssh/config)
# for all hosts
Host *
# number of seconds between null packets
ServerAliveInterval 60
# number of null packets to try before disconnecting
ServerAliveCountMax 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment