adding usekeychain to ssh config

This commit is contained in:
Conner McCall 2018-06-20 15:25:53 -05:00
parent 9c5f28a7f0
commit 34ec51952b

View file

@ -1,4 +1,5 @@
Host * Host *
UseKeychain yes
AddKeysToAgent yes AddKeysToAgent yes
ControlMaster auto ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p ControlPath ~/.ssh/master-%r@%h:%p