mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Move SSH config to include-based.
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
# 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 *
|
||||||
|
CheckHostIP no
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath ~/.ssh/master/%r@%h:%p
|
ControlPath ~/.ssh/master/%r@%h:%p
|
||||||
ControlPersist yes
|
ControlPersist yes
|
||||||
@@ -11,12 +16,6 @@ Host *
|
|||||||
ForwardX11 no
|
ForwardX11 no
|
||||||
ForwardX11Trusted no
|
ForwardX11Trusted no
|
||||||
ServerAliveInterval 120
|
ServerAliveInterval 120
|
||||||
CheckHostIP no
|
UpdateHostKeys yes
|
||||||
|
User david
|
||||||
Host warzone
|
VerifyHostKeyDNS yes
|
||||||
Hostname warzone.shadowcats.club
|
|
||||||
Port 22
|
|
||||||
User matir
|
|
||||||
|
|
||||||
Host github.com
|
|
||||||
Hostname ssh.github.com
|
|
||||||
|
|||||||
Binary file not shown.
BIN
private_dotfiles/ssh/config.d/hosts
Normal file
BIN
private_dotfiles/ssh/config.d/hosts
Normal file
Binary file not shown.
Reference in New Issue
Block a user