google-cloud-sdk
google-cloud-sdk copied to clipboard
In the .ssh/config file, generated by 'gcloud compute config-ssh' command , need to manually put double quotes around parameter values that have whitespaces.
gcloud compute config-ssh command generates this ssh config file:
Note the whitespace. Unfortunately, my windows username has whitespace in it!
For now, I can manually put quotes around the values and connect successfully.
I cannot find gcloud cli source code in their github, only gsutil exists. #12