From b3029c390f7a1d9c013cf4981ac38df92bbcfb9f Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 16 Dec 2022 13:22:41 +0100 Subject: [PATCH] Add IdentitiesOnly to global config. --- .ssh/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ssh/config b/.ssh/config index 59b72d7..266a836 100644 --- a/.ssh/config +++ b/.ssh/config @@ -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