I ran into a brick wall with this. I have granted both instances full access: Allow full access to all Cloud APIs.
I am using the following command:
gcloud compute scp [myinstancename]:/var/www /var/www --recurse --zone europe-west1-d
or
gcloud compute scp root@[myinstancename]:/var/www /var/www --recurse --zone europe-west1-d
Google Cloud Network Firewall has SSH enabled.
No matter what I have tried, I get the following error:
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
Thanks in advance.