Error connecting to SSH server: ssh: handshake failed:

i deploy a webapp written in golang via dockerfile
after i deployed to prod, when i try to connect the console via command

fly ssh console -a myAPP -s
? Select VM: sin:

Error: error connecting to SSH server: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain

it was my fault, i use FROM scratch as base image, which is not supported ssh login

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.