In Windows env, I need to create multi-user git account for GitLab(company) and GitHub(personal), I configured the config file under .ssh folder, but I have to execute following two command every time manually when I wanna use company account.
ssh-agent bash
ssh-add ~/.ssh/id_rsa_company
is there any way to add the id_rsa_company to SSH session permanently. I searched that ssh default id_rsa file.