I am able to connect to my instance using gcloud compute ssh instance-1 --zone us-east1-b.
Once I log-in, I see this: wendy@instance-1. And when I ls, I don't see my files.
If I ssh using the online webpage
I seethe following:
randy@instance-1. And when I ls, I do see my files.
Ok. Both are under the same google email account, and has the same Internal IP: 10.142.0.2
My question is, how do I log-in using gcloud command, into randy@instance-1?