[ADD][SSH] Add keys to agent when prompted
This commit is contained in:
parent
6c106f6170
commit
d6330c1767
|
@ -1,5 +1,7 @@
|
||||||
Include private_config # Inside ~/.ssh/
|
Include private_config # Inside ~/.ssh/
|
||||||
|
|
||||||
|
AddKeysToAgent yes
|
||||||
|
|
||||||
Host github.com
|
Host github.com
|
||||||
HostName github.com
|
HostName github.com
|
||||||
IdentityFile ~/.ssh/shared_rsa
|
IdentityFile ~/.ssh/shared_rsa
|
||||||
|
|
Loading…
Reference in a new issue