bitbucket(またはgithub)のアカウントごとに異なるキーを使用するようにsshを構成する方法はありますか?
つまり、*.bitbucket:user1
sshを使用する場合は、キーid_rsa.user1
を使用する*.bitbucket:user2
必要があります。id_rsa.user2
次のようにして試してみました。
IdentityFile ~/.ssh/id_rsa.user1
IdentityFile ~/.ssh/id_rsa.user2
Host *.bitbucket.org:user1*
IdentityFile ~/.ssh/id_rsa.user1
User git
Host *.bitbucket.org:user2*
IdentityFile ~/.ssh/id_rsa.user2
User git
しかし、運はありません。