Trouble setting up SSH tunnel to connect Airbyte on Google Virtual Machine with local system

Summary

User is facing issues setting up an SSH tunnel to connect Airbyte on Google Virtual Machine with the local system.


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.

Join the conversation on Slack

["ssh-tunnel", "google-virtual-machine", "airbyte", "gcp-instance"]