adding ssh config

This commit is contained in:
Conner McCall 2018-06-20 14:53:39 -05:00
parent 7bbf354b61
commit 188f0d5f4c
2 changed files with 12 additions and 0 deletions

3
.gitignore vendored
View file

@ -3,3 +3,6 @@
!.bash_profile !.bash_profile
!.liquidpromptrc !.liquidpromptrc
!.gitconfig !.gitconfig
!.ssh
.ssh/*
!.ssh/config

9
.ssh/config Normal file
View file

@ -0,0 +1,9 @@
Host *
AddKeysToAgent yes
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
ControlPersist 5m
ServerAliveCountMax 18
ServerAliveInterval 5
TCPKeepAlive no
UseKeychain yes