mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 07:26:44 +00:00
29 lines
567 B
Plaintext
29 lines
567 B
Plaintext
Host *
|
|
IdentityAgent "~/.1password/agent.sock"
|
|
ServerAliveInterval 60
|
|
TCPKeepAlive yes
|
|
|
|
Host github.com
|
|
Hostname ssh.github.com
|
|
Port 443
|
|
User git
|
|
# set to personal_git by default
|
|
IdentityFile ~/.ssh/personal_git.pub
|
|
IdentitiesOnly yes
|
|
|
|
# Personal GitHub
|
|
Host personalgit
|
|
Hostname ssh.github.com
|
|
Port 443
|
|
User git
|
|
IdentityFile ~/.ssh/personal_git.pub
|
|
IdentitiesOnly yes
|
|
|
|
# Work GitHub
|
|
Host workgit
|
|
Hostname ssh.github.com
|
|
Port 443
|
|
User git
|
|
IdentityFile ~/.ssh/work_git.pub
|
|
IdentitiesOnly yes
|