From b7405beb769eacec8b935d4de5b37c683a638532 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Wed, 11 Feb 2026 01:02:40 -0300 Subject: [PATCH] update ssh config to add hosts --- .ssh/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.ssh/config b/.ssh/config index 07ff3a5..d489fe3 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1 +1,9 @@ AddKeysToAgent yes + +Host github.com + IdentityFile ~/.ssh/github + PreferredAuthentications publickey + +Host *sr.ht + IdentityFile ~/.ssh/srht + PreferredAuthentications publickey