Replies: 1 comment
-
I'm having the same problem and I noticed something weird. While on ZSH, running
asks me to add the key every time, on bash it doesn't -- Edit Found the problem. It worked with bash because I didn't have the alias to use docker, so it was using the gem. Did the same for ZSH and not it's fine. |
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
-
I want to avoid typing
yes
when viewing logs with the command:kamal accessory logs elasticsearch -f
It prompts me to confirm the connection every time
When I run the ssh command directly, it recognizes my ssh config and doesn't request confirmation:
Question is: How to tell Kamal to
StrictHostKeyChecking no
or how to make Kamal recognize my~/.ssh/config
?My ssh config
~/.ssh/config
:My kamal config:
Beta Was this translation helpful? Give feedback.
All reactions