Two days ago I've created a compute engine instance and connected to it with ssh, everything was fine, after testing different things i've deleted the machine and disk. Today I've created a new instance in compute engine, getinstance as well as the console show the instance running.
But when trying to connect to the instance I'm getting a messegebox asking for: enter your password for the ssh key "google compute engine"
the password i'm entering is getting denied
how can I change the password for this project? this user?
App Engine Standard is a framework for running your code somewhat like a library. There is no OS for you to SSH into. App Engine Flexible runs your code as a container, so you can SSH into your instance.
To connect to an instance without an external IP address, use the gcloud compute ssh command with the --internal-ip flag. In the Google Cloud console, go to the VM Instances page and find the internal IP address for the instance that you want to connect to.
Go to the top left corner of your Google Cloud home page, click on the triple bar icon ≡ and select Compute Engine ->VM instance and click Create.
This is how I resolved the issue:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With