SSH
Connecting to a random Machine
$ fly ssh console -a $FLY_APP_NAME
$ $ bin/rails cConnecting to a specific Machine
$ fly ssh console -a $FLY_APP_NAME -sConnecting to a specific Machine address for a given app
# get the Machine's IPv6 address
$ fly m status $MACHINE_ID
# use that address here
$ fly ssh console -a $FLY_APP_NAME -A $IP_ADDRESSLast updated
Was this helpful?