Files
skel/dotfiles/ssh/config
David Tomaschik 32b129c434 Rebase.
2016-02-15 08:50:10 -08:00

18 lines
351 B
Plaintext

# Universal Settings (can't override)
# Never fall back to protocol 1: it's broken
Protocol 2
Host scoreboard
Hostname 104.131.136.220
# Defaults (May be Overridden)
Host *
ControlMaster auto
ControlPath ~/.ssh/master/%r@%h:%p
ControlPersist yes
ForwardAgent no
ForwardX11 no
ForwardX11Trusted no
ServerAliveInterval 120
CheckHostIP no