We have our own git & gitlab server, and I/ve created a dedicated account for crucible.
In crucible, when I add a repo from git, how can I reuse the ssh key instead of generating a new one every time?
Thanks in advance.
Hi Qi,
When creating the repository through the UI you can choose to 'Upload private key for ssh', this way multiple repositories could share the same private key, matching your gitlab user.
The same functionality is avalable as a part of the /rest-service-fecru/admin/repositories REST resource, using "authType": "key", and providing the "privateKey" value (see the example for HG repositories in that doc).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.