Hi, please i’m having problems trying to connect through ssh using
fly ssh console
I keep getting this error.
Connecting to tunnel Error tunnel unavailable: failed probing “personal”: context deadline exceeded
I’ve tried the two commands below
fly wireguard reset
flyctl wireguard websockets enable
but I still keep getting the same error.
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.
Thank you. I’ll try them and let you know if it works or not.
system
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.