I am testing out Google Compute Engine (with an instance running Debian), and I have trouble using X11 forwarding through ssh. To connect to my instance I use
gcloud compute ssh --ssh-flag="-X" instance-name
While connecting I get the following response to the screen
X11 forwarding request failed on channel 0
and X11 forwarding does not work. Is this a problem of proper configuration of shh or perhaps something related to GCE?
I hope someone can help me get X11 forwarding up and running