Currently, when cloning repositories with the github source, if an authentication is required, doks tries to use $HOME/.ssh/id_rsa. It is currently not possible to fallback to any other authentication mechanism.
doks needs to support a configurable set of authentication mechanisms. This can be achieved by modifying the ``jgit` clone call.