SSH config to access multiple repo not working
问题 Here's the config file: Host bitbucket.org HostName bitbucket.org User git IdentityFile ~/.ssh/id_rsa Host bitbucket-office.org HostName bitbucket-off.org User git IdentityFile ~/.ssh/work_rsa Host bitbucket-personal.org HostName bitbucket-per.org User git IdentityFile ~/.ssh/personal_rsa I don't know what's wrong with set up. I want to connect to 2 remote repos from the same local machine. Setting up a config file was the solution I found over the internet. But somehow, I am just able to use