Can't connect through ssh

Hi, please i’m having problems trying to connect through ssh using

fly ssh console

I keep getting this error.

Connecting to tunnel :earth_africa: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:

  1. Connect to the private network
  2. Issue the certificate and populate the ssh agent fly ssh issue --agent
  3. 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.

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