Trying to ssh into a specific region and not getting to the region I expect

What am I doing wrong here?

fly ssh console --region den -a kcd-staging
Connecting to fdaa:0:23df:a7b:1449:2:8422:2... complete
# echo $FLY_REGION
maa

Try fly ssh console -s -a kcd-staging.

The --region flag actually determines which Wireguard gateway you use. It’s very deceptive (and on our list to redo).

1 Like