You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Never mind, this doesn't allow discriminating by git path - only by the host path, so git overrides are will required. That said, maybe the keys can still be kept at the agent instead of creating files. This, together with git host overrides, might actually eliminate the need to copy actual keys into the container.
Take a look at https://www.openssh.com/agent-restrict.html
This should enable more straightforward support for when multiple deploy keys are in use with docker.
All we have to do it seems is, really, just pass the host as a
-h
argument when invokingssh-add
.The text was updated successfully, but these errors were encountered: