Trouble SSH'ing into Fly.io Frontend App – "user does not exist" & Auth Errors
Hey folks! I'm running into an issue trying to SSH into my frontend app deployed on Fly.io.
And when I run
flyctl ssh console
flyctl ssh console
, I get:
error connecting to SSH server: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
error connecting to SSH server: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
When I check the logs, I see:
ERROR user does not exist user=root
ERROR user does not exist user=root
Weird thing is — I can SSH into my other apps on Fly just fine (like the backend or a standalone Python service). It's only the frontend app giving me this trouble.
Has anyone run into this before? Could it be something with the Docker image or missing root user?