I just create new instance and now wan to remote my google compute engine. And when i do this, i have an error like this.
D:\>gcutil --service_version="service_version_name" --project="project_name" ssh-- zone="zone_name" "instance_name"
WARNING: You don't have an ssh key for Google Compute Engine. Creating one now..
.
WARNING: Could not generate compute ssh key: There was a problem running ssh-key
gen: [Error 2] The system cannot find the file specified.
Why it ask file specified? How to fix the problem?
Thanks