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