Created
November 5, 2015 15:02
-
-
Save lloesche/de0ad16ae149ecefb8bf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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