This adds support for cloning private repositories by SSH.
Currently, when users want to use a private repository, they need to first clone the private repository, then run idpbuilder against the local copy. This allows them to specify a private repository with ssh clone format:
Related to: https://github.com/cnoe-io/idpbuilder/issues/385
This adds support for cloning private repositories by SSH.
Currently, when users want to use a private repository, they need to first clone the private repository, then run idpbuilder against the local copy. This allows them to specify a private repository with ssh clone format:
Currently only SSH Key authentication without password is supported.
I am not sure about introducing something like this because:
git clone
command.