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 the keys in ~/.ssh/known_hosts but it still asks this every time.
Grok thought it might be how Kamal was running git ("workdir is a red flag") but I don't know.
Using Ubuntu 24.
$ kamal build push
INFO [1ad96c10] Running docker --version && docker buildx version on localhost
INFO [1ad96c10] Finished in 0.072 seconds with exit status 0 (successful).
INFO Cloning repo into build directory `/tmp/kamal-clones/myapp-2f65914456263/workdir/`...
INFO [5a92d6a6] Running /usr/bin/env git -C /tmp/kamal-clones/myapp-2f65914456263 clone /workdir --recurse-submodules on localhost
The authenticity of host 'bitbucket.org (185.166.143.50)' can't be established.
ED25519 key fingerprint is SHA256:ybgmFkzwOSotHTHLJgHO0QN8L0xErw6vd0VhFA9m3SM.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
The authenticity of host 'github.com (140.82.121.3)' can't be established.
ED25519 key fingerprint is SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the keys in
~/.ssh/known_hosts
but it still asks this every time.Grok thought it might be how Kamal was running git ("workdir is a red flag") but I don't know.
Using Ubuntu 24.
Keys:
Beta Was this translation helpful? Give feedback.
All reactions