Skip to content

Instantly share code, notes, and snippets.

@apchamberlain
Created April 23, 2015 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apchamberlain/32d8e9b1245594a88950 to your computer and use it in GitHub Desktop.
Save apchamberlain/32d8e9b1245594a88950 to your computer and use it in GitHub Desktop.
SSH config for optimum TRAMP
Host *
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
Compression yes
# Also make sure that .bashrc is empty or minimal on the destination, and sshd is as new as possible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment