gcloud compute config-ssh
works fine for listing all my VMs into the ssh config file, but I am not able to use this config file when the access from the external IP has been blocked due to firewall or other security reasons.
Is there any way to populate the config file with all internal IPs?
Currently I can't even list the internal IPs. The only way seems to be to edit the generated config file and change all the external IP addresses manually.