[ADD][SSH] Add keys to agent when prompted
This commit is contained in:
parent
6c106f6170
commit
d6330c1767
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue