Files
dotfiles/ssh/config
2023-03-17 10:34:31 +02:00

21 lines
384 B
Plaintext

Host github.com
User git
HostName github.com
IdentityAgent none
IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa
Host bitbucket.com
Hostname bitbucket.com
IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa
Host gitlab.com
Hostname gitlab.com
IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa
Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"