mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Non-conf dotfiles, v1.
This commit is contained in:
13
ssh/config
Normal file
13
ssh/config
Normal 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
|
||||
Reference in New Issue
Block a user