I'm kind of a neophyte with server administration. Just trying to put up some PHP scripts with a cron job. Rather than use the gcloud terminal for everything, I thought it would be easier to use Filezilla. I need an SSH key to connect, so I generated one:
gcloud compute ssh my-app
I entered a password and the console showed:
Your identification has been saved in /home/goldenjoe/.ssh/google_compute_engine.
Your public key has been saved in /home/goldenjoe/.ssh/google_compute_engine.pub.
I gather that these are in the home directory of my instance, but how do I actually access them and use them on my local machine?