mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Refactor to include non-dotfile files.
This commit is contained in:
13
dotfiles/ssh/config
Normal file
13
dotfiles/ssh/config
Normal file
@@ -0,0 +1,13 @@
|
||||
# Universal Settings (can't override)
|
||||
# Never fall back to protocol 1: it's broken
|
||||
Protocol 2
|
||||
|
||||
# Defaults (May be Overridden)
|
||||
Host *
|
||||
ControlMaster auto
|
||||
ControlPath ~/.ssh/master/%r@%h:%p
|
||||
ControlPersist yes
|
||||
ForwardAgent no
|
||||
ForwardX11 no
|
||||
ForwardX11Trusted no
|
||||
ServerAliveInterval 120
|
||||
Reference in New Issue
Block a user