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
I have a situation where I am deploying to a server that I authenticate with via PEM file, but the repository is accessed via a different SSH key. It would be nice to decouple the authentication method from the forwarding setting, right now calling:
server(...)
->pemFile(...)
->forwardAgent()
would result in the PEM file being ignored, and:
server(...)
->forwardAgent()
->pemFile(...)
would result in forwarding not being enabled.
The text was updated successfully, but these errors were encountered:
I have a situation where I am deploying to a server that I authenticate with via PEM file, but the repository is accessed via a different SSH key. It would be nice to decouple the authentication method from the forwarding setting, right now calling:
would result in the PEM file being ignored, and:
would result in forwarding not being enabled.
The text was updated successfully, but these errors were encountered: