Managing multiple git users on the same box

Mike Ensor
4 min readJul 10, 2021

tl;dr — to setup multiple git accounts on a development machine that share the same git provider, you will need to setup a custom SSH config and maintain asymmetric keys. Cloning repositories will need to prefix domain names with a subdomain to leverage the SSH config additions. Need more details? Follow the steps in this blog post.

--

--