Hi there, tagging <#C01MFR03D5W|troubleshooting> a...
# ask-community-for-troubleshooting
y
Hi there, tagging #troubleshooting as well (in case resolution there) I'm having an issue when running this command in my terminal
Copy code
gcloud --project=$PROJECT_ID beta compute ssh airbyte -- -L 8000:localhost:8000 -N -f
I receive this error
Copy code
ERROR: (gcloud.beta.compute.ssh) unrecognized arguments:
  -L
  8000:localhost:8000
  -N
  -f
  To search the help text of gcloud commands, run:
  gcloud help -- SEARCH_TERMS
I am able to ssh thorugh using
gcloud --project=$PROJECT_ID --zone=$ZONE beta compute ssh $INSTANCE_NAME
h
Hey are you saying you were able to do it with
gcloud --project=$PROJECT_ID --zone=$ZONE beta compute ssh $INSTANCE_NAME
and not
gcloud --project=$PROJECT_ID beta compute ssh airbyte -- -L 8000:localhost:8000 -N -f
?