Open
Description
I was wondering if there was an option or configuration in GitPython that allows you to specify what ssh key you would like to use for certain clones?
Example: I have a submodule that I would like to clone but it requires special access that I would like my script to employ. I need to allow access to anyone running the script and would like to avoid forcing users to setup an ssh config to do this.
Is there perhaps another way of tackling this problem that I'm unaware of?