I'm trying to SSH into gcloud. I'm currently inside ~/.ssh and have some VNC keys stored in there that was given to me. I have followed instructions with gauth login and set my project id to clear-mountain-94802. Here is the image of what I see after I respond 'y' to overwriting my files with the command gcloud compute ssh clear-mountain-94802 --verbosity=debug
https://imgur.com/a/dasVppZ
It just gets stuck at "DEBUG: Executing command: [u'/cygdrive/c/WINDOWS/System32/OpenSSH/ssh-keygen', u'-t', u'rsa', u'-f', u'/home/D/.ssh/google_compute_engine']".
When I ctrl+c, it then shows "DEBUG: Subprocess [19348] got [2]". I'm at a loss as to why this is.
I'm running Windows 10 with a cygwin install.