Followed the guide to deploy on GCP without proble...
# ask-community-for-troubleshooting
j
Followed the guide to deploy on GCP without problems. Then i try to create a ssh tunnel with
gcloud --project=$PROJECT_ID beta compute ssh $INSTANCE_NAME -- -L 8000:localhost:8000 -N -f
I get
ssh: connect to host xx.xx.xx.xx port 22: Operation timed out
Anything else that needs to be done? Also tried changing to port 22
👀 1
h
Here where are you using this command? In your local pc?
j
So a bit further, i added my SSH key to the instance and now i can connect through terminal on macOS. I run this to set up the tunnel: gcloud beta compute ssh airbyte -- -L 8000localhost8000 -N -f Which works without any errors But when i open http://localhost:8000/ in my browser i get this in my terminal channel 3: open failed: connect failed: Connection refused channel 2: open failed: connect failed: Connection refused