Include ~/.orbstack/ssh/config

Host *
    IdentityAgent "~/.1password/agent.sock"
    ServerAliveInterval 60
    TCPKeepAlive yes

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
