From 99103103614f7361e732f92217f50846e88c924d Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 30 Nov 2022 18:20:03 +0100 Subject: [PATCH] Add SSH Hosts for B3K. --- .ssh/config | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.ssh/config b/.ssh/config index 07ff3a5..ea55745 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1 +1,11 @@ AddKeysToAgent 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