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