mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
33 lines
856 B
Plaintext
33 lines
856 B
Plaintext
# Universal Settings
|
|
Protocol 2
|
|
|
|
# Permit Local Overrides
|
|
Include ~/.ssh/config.d/*
|
|
|
|
# Enable canonicalization, unless overridden
|
|
CanonicalizeHostname yes
|
|
CanonicalizeFallbackLocal yes
|
|
CanonicalDomains systemoverlord.com
|
|
CanonicalizeMaxDots 0
|
|
|
|
# Defaults (May be Overridden)
|
|
Host *.*
|
|
CheckHostIP yes
|
|
|
|
Host *.cloudshell.dev
|
|
# Cloudshell hostnames are too long for unix sockets
|
|
ControlMaster no
|
|
|
|
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
|