mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
15 lines
307 B
Plaintext
15 lines
307 B
Plaintext
# Universal Settings (can't override)
|
|
# Never fall back to protocol 1: it's broken
|
|
Protocol 2
|
|
|
|
# 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
|