mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add SSH canonicalization settings.
This commit is contained in:
@@ -5,17 +5,21 @@ Include ~/.ssh/config.d/*
|
|||||||
|
|
||||||
# Defaults (May be Overridden)
|
# Defaults (May be Overridden)
|
||||||
Host *.*
|
Host *.*
|
||||||
CheckHostIP yes
|
CheckHostIP yes
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
CheckHostIP no
|
CheckHostIP no
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath ~/.ssh/master/%r@%h:%p
|
ControlPath ~/.ssh/master/%r@%h:%p
|
||||||
ControlPersist yes
|
ControlPersist yes
|
||||||
ForwardAgent no
|
ForwardAgent no
|
||||||
ForwardX11 no
|
ForwardX11 no
|
||||||
ForwardX11Trusted no
|
ForwardX11Trusted no
|
||||||
ServerAliveInterval 120
|
ServerAliveInterval 120
|
||||||
UpdateHostKeys yes
|
UpdateHostKeys yes
|
||||||
User david
|
User david
|
||||||
VerifyHostKeyDNS yes
|
VerifyHostKeyDNS yes
|
||||||
|
CanonicalizeHostname yes
|
||||||
|
CanonicalDomains systemoverlord.com
|
||||||
|
CanonicalizeMaxDots 0
|
||||||
|
CanonicalizeFallbackLocal yes
|
||||||
|
|||||||
Reference in New Issue
Block a user