1 Answers
It seems like an authorization issue to me. Try to execute below command to authorize gcloud to access the Cloud Platform with Google user credentials. And then try to SSH backend server.
gcloud auth login
https://cloud.google.com/sdk/gcloud/reference/auth/login
OR
You might have not selected the correct project, which you can set via below command before executing SSH command
gcloud config set project
Hope this helps!