1
任何配置ssh使用不同的密鑰爲每個帳戶的bitbucket(或github)?Bitbucket不同的密鑰和帳戶
我的意思是,如果我要與*.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
,但沒有運氣。