Hi researchgains,
You can try to connect using the other method as well:
- Connect to the private network
- Issue the certificate and populate the ssh agent
fly ssh issue --agent
- Connect to your application
ssh root@<app_name>.internal
There is a similar question here.