Skip to content

Instantly share code, notes, and snippets.

@lloesche
Created November 5, 2015 15:02
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 lloesche/de0ad16ae149ecefb8bf to your computer and use it in GitHub Desktop.
Save lloesche/de0ad16ae149ecefb8bf to your computer and use it in GitHub Desktop.
$ cat ~/.ssh/config
Host *
ForwardAgent yes
ForwardX11 yes
ForwardX11Trusted yes
Compression yes
ControlMaster auto
ControlPath /tmp/ssh_mux_%h_%p_%r
ControlPersist 4h
TCPKeepAlive no
ServerAliveInterval 60
ServerAliveCountMax 10
GSSAPIAuthentication no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment