From ec131e2c0dea86b6026cc0edcea875a3853be6d0 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 27 Sep 2023 10:59:39 -0300 Subject: [PATCH] Remove .ssh/config --- dotfiles/.ssh/config | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dotfiles/.ssh/config diff --git a/dotfiles/.ssh/config b/dotfiles/.ssh/config deleted file mode 100644 index 9ccd1c6..0000000 --- a/dotfiles/.ssh/config +++ /dev/null @@ -1,13 +0,0 @@ -Host github.com - HostName github.com - User git - IdentityFile ~/.ssh/id_ed25519_personal - IdentitiesOnly yes - IdentityAgent SSH_AUTH_SOCK - -Host itba.github.com - HostName github.com - User git - IdentityFile ~/.ssh/id_ed25519_itba - IdentitiesOnly yes - IdentityAgent SSH_AUTH_SOCK