Host bitbucket.org
    HostName bitbucket.org
    IdentityFile ~/.ssh/id_rsa.bitbucket
    Port 22
    User git

Host github.com
    HostName github.com
    IdentityFile ~/.ssh/id_rsa.github
    Port 22
    User git