I am using a collaborative user, so it is not possible to change global folder. I have a git repository connected with several remotes. I need to access different remotes with different rsa key. Is it possible to insert the key path within native git, e.g. maybe inside .git/config, so I don't need to repeat entering the key path when i am doing clones,fetches,pushes,pulls?
Edit: I am aware of similar questions, for example Specific RSA keys per git repo, but it does not provide an exact answer to "per repo".