Supply SSH private key for remote builder #1309
Unanswered
schrockwell
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@schrockwell You could probably put some additional configuration in your SSH agent(usually ~/.ssh/config), I don't think there's anything within Kamal at the moment though for the builder connection. |
Beta Was this translation helpful? Give feedback.
2 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.
-
When using a remote builder with an
ssh://
URL, is there any way to specify the private key? Or any other generic SSH options?The existing options in
ssh.keys
are being ignored, and~/.ssh/id_rsa
is being used instead.Beta Was this translation helpful? Give feedback.
All reactions