Summary
User is experiencing issues connecting to Airbyte via an SSH tunnel on a Google Cloud Platform instance using the provided gcloud command.
Question
Hi,
I am trying to set up Airbyte on Google Virtual Machine. while creating an SSH tunnel to connect the GCP instance to Airbyte: For connecting with the local system I used the below command however I am not able to connect it with the local system.
gcloud --project=$PROJECT_ID beta compute ssh $INSTANCE_NAME -- -L 8000:localhost:8000 -N -f
Any help would be great for me
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.