mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
27 lines
689 B
Plaintext
27 lines
689 B
Plaintext
# Universal Settings
|
|
Protocol 2
|
|
CanonicalizeHostname yes
|
|
CanonicalizeMaxDots 0
|
|
CanonicalizeFallbackLocal yes
|
|
|
|
Include ~/.ssh/config.d/*
|
|
|
|
CanonicalDomains systemoverlord.com
|
|
|
|
# Defaults (May be Overridden)
|
|
Host *.*
|
|
CheckHostIP yes
|
|
|
|
Match canonical all
|
|
CheckHostIP no
|
|
ControlMaster auto
|
|
ControlPath ~/.ssh/master/%r@%h:%p
|
|
ControlPersist yes
|
|
ForwardAgent no
|
|
ForwardX11 no
|
|
ForwardX11Trusted no
|
|
ServerAliveInterval 120
|
|
UpdateHostKeys yes
|
|
User david
|
|
VerifyHostKeyDNS yes
|