Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Last active September 30, 2015 20:22
Show Gist options
  • Select an option

  • Save gregjhogan/663cdb3921f63e9f0a5d to your computer and use it in GitHub Desktop.

Select an option

Save gregjhogan/663cdb3921f63e9f0a5d to your computer and use it in GitHub Desktop.
~/.ssh/config
Host *
ServerAliveInterval 15
ControlMaster auto
# make sure you create this directory: mkdir ~/.ssh/multi
ControlPath ~/.ssh/multi/%r@%h-%p
ControlPersist 600
Compression yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment