Skip to content

Instantly share code, notes, and snippets.

@jpterry
Last active December 16, 2015 14:29
Show Gist options
  • Save jpterry/5449491 to your computer and use it in GitHub Desktop.
Save jpterry/5449491 to your computer and use it in GitHub Desktop.
ssh_config. Agent forwarding. Shared connections. Keep alives
Host *
# Connection sharing across sessions to the same machine
ControlMaster auto
ControlPath /tmp/%r@%h:%p
ForwardAgent true
ServerAliveInterval 30
ServerAliveCountMax 240
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment