Files
dotfiles/ssh/config
Ismo Vuorinen fe6f070beb -m Tweaks
2022-12-23 13:30:52 +02:00

17 lines
304 B
Plaintext

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