Add IdentitiesOnly to global config.
This commit is contained in:
parent
75f3591fd8
commit
b3029c390f
|
@ -1,12 +1,11 @@
|
|||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/id_rsa_bauke
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host b3k-github
|
||||
Hostname github.com
|
||||
IdentityFile ~/.ssh/id_ed25519_b3k
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host b3k-sourcehut
|
||||
Hostname git.sr.ht
|
||||
IdentityFile ~/.ssh/id_ed25519_b3k
|
||||
IdentitiesOnly yes
|
||||
|
|
Loading…
Reference in New Issue