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://i.stack.imgur.com/WYR72.jpg
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.
Update#1: When I ran it again and it got stuck, I ctrl+c again and this time, I see this: ERROR: gcloud crashed (OSError): [Errno 13] Permission denied
Update#2: Just to verify if the ssh-keygen command exists, I looked in my folder and the exe file does indeed exist. I ran another command found in the screenshot below, and it hangs again. Not sure what is going on here. https://i.stack.imgur.com/ERTLG.jpg