Skip to content

Instantly share code, notes, and snippets.

@yarinb
Created December 21, 2012 20:19
Show Gist options
  • Save yarinb/4355510 to your computer and use it in GitHub Desktop.
Save yarinb/4355510 to your computer and use it in GitHub Desktop.
Reuse SSH sessions
# put this in ~/.ssh/config
Host *
Compression yes
CompressionLevel 7
Cipher blowfish
ServerAliveInterval 600
ControlMaster auto
ControlPath /tmp/ssh-%r@%h:%p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment