adding usekeychain to ssh config
This commit is contained in:
parent
9c5f28a7f0
commit
34ec51952b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue