mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
16 lines
294 B
Plaintext
16 lines
294 B
Plaintext
Host *
|
|
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
|
|
|
Host github.com
|
|
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
|
|
|