How to maintain multiple bitbucket accounts with multiple ssh keys in the same system
I have multiple Git accounts one is my personal use and one is for company use. Both accounts source need to be activated from my laptop. Here I generated two ssh keys like id_rsa.pub,id_benwork_rsa.pub and I configured the config of git as Host sfsworkdid HostName bitbucket.org IdentityFile ~/.ssh/id_rsa Host workdid HostName bitbucket.org IdentityFile ~/.ssh/id_benwork_rsa So here is my problem: while pushing to any repo git asking the first ssh_key passphrase. Everytime I am changing the user.name in git config as git config user.name "mybitbucketusername" . So please tell me how to