Remove .ssh/config

This commit is contained in:
Santiago Lo Coco 2023-09-27 10:59:39 -03:00
parent 648430be86
commit ec131e2c0d
1 changed files with 0 additions and 13 deletions

View File

@ -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