Source code SSH settings from local .ssh/config #3826
Unanswered
msbit
asked this question in
Help needed
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @antonmedv, so if I do so, can ssh agent forwarding be setup such that I can use my local |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a a repository set via something like:
a host set up something like:
and per-user SSH settings configured for this repository on my local machine, in
.ssh/config
, something like:These settings are not used when attempting to fetch the repo during the
deploy:update_code
step, so this step fails.What can I do to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions