Non-conf dotfiles, v1.

This commit is contained in:
David Tomaschik
2014-01-13 23:39:07 -08:00
commit 849e0b329a
16 changed files with 4822 additions and 0 deletions

13
ssh/config Normal file
View File

@@ -0,0 +1,13 @@
# Universal Settings
Protocol 2
# Defaults (May be Overridden)
Host *
ControlMaster auto
ControlPath ~/.ssh/master/%r@%h:%p
ControlPersist yes
ForwardAgent no
ForwardX11 no
ForwardX11Trusted no
User david
ServerAliveInterval 120