Refactor to include non-dotfile files.

This commit is contained in:
David Tomaschik
2015-09-03 18:02:48 -07:00
parent 562697a2a7
commit 5577ee29b4
49 changed files with 17 additions and 4 deletions

13
dotfiles/ssh/config Normal file
View 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

View File