mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 15:09:34 +00:00
29 lines
549 B
Plaintext
29 lines
549 B
Plaintext
Include ~/.orbstack/ssh/config
|
|
|
|
Host *
|
|
IdentityAgent "~/.1password/agent.sock"
|
|
ServerAliveInterval 60
|
|
TCPKeepAlive yes
|
|
SetEnv TERM=xterm-256color
|
|
|
|
Host github.com
|
|
Hostname ssh.github.com
|
|
Port 443
|
|
User git
|
|
IdentityFile ~/.ssh/Personal.pub
|
|
IdentitiesOnly yes
|
|
|
|
Host personalgit
|
|
Hostname ssh.github.com
|
|
Port 443
|
|
User git
|
|
IdentityFile ~/.ssh/Personal.pub
|
|
IdentitiesOnly yes
|
|
|
|
Host workgit
|
|
Hostname ssh.github.com
|
|
Port 443
|
|
User git
|
|
IdentityFile ~/.ssh/Work.pub
|
|
IdentitiesOnly yes
|