There are a multiplicity of articles on the web about setting up SSH on Google compute engine for Linux instances but a lack of ones describing how to successfully generate them for a windows instance.
I have created keys using
gcloud compute ssh instance name
where the instance is a windows 2008 server. I understood that the keys would be found under %user%/.ssh but no such luck. I can find them nowhere on the windows server instance. How do I successfully create keys for windows server in google's compute engine.