Does Gitlab supports mirroring repositories with ssh agent forwarding?
Example scenario
Source GIT → proxy1(auths with SSH key) → Destination GIT (auths with ssh-key from ssh-agent, from source GIT) (agent forwarding)
Regards
Does Gitlab supports mirroring repositories with ssh agent forwarding?
Example scenario
Source GIT → proxy1(auths with SSH key) → Destination GIT (auths with ssh-key from ssh-agent, from source GIT) (agent forwarding)
Regards
The Gitlab documentation explains the mirroring feature: Repository mirroring | GitLab
and it does mention ssh:
My mirror has ssh://, but that key is used only when i’m connecting to the proxy…
Steps: