Move SSH config to include-based.

This commit is contained in:
David Tomaschik
2018-06-02 21:18:26 -07:00
parent 3279d52505
commit f005bae9e6
3 changed files with 17 additions and 18 deletions

View File

@@ -1,22 +1,21 @@
# Universal Settings (can't override) # Universal Settings
# Never fall back to protocol 1: it's broken
Protocol 2 Protocol 2
Include ~/.ssh/config.d/*
# Defaults (May be Overridden) # Defaults (May be Overridden)
Host *.*
CheckHostIP yes
Host * Host *
ControlMaster auto CheckHostIP no
ControlPath ~/.ssh/master/%r@%h:%p ControlMaster auto
ControlPersist yes ControlPath ~/.ssh/master/%r@%h:%p
ForwardAgent no ControlPersist yes
ForwardX11 no ForwardAgent no
ForwardX11Trusted no ForwardX11 no
ServerAliveInterval 120 ForwardX11Trusted no
CheckHostIP no ServerAliveInterval 120
UpdateHostKeys yes
Host warzone User david
Hostname warzone.shadowcats.club VerifyHostKeyDNS yes
Port 22
User matir
Host github.com
Hostname ssh.github.com

Binary file not shown.

Binary file not shown.