I am trying to grant access to my compute engine VM to one of my colleagues. For that I am using this answer: GCP answer
Here I gave him access according to the answer. But I want him to access the VM with different uses for example:
I created a VM and installed my Django application under my email: abc@abc.com and it created a user called abc@abc.com. and my Django is there.
But when I am granting access to my partner's email: abc1@abc.com he is logging to the VM with his user and he can't access my Django folder because he is accessing it with his user.
So my question is how can I assign abc1@abc.com to log in as an abc1@abc.com. This is frustrating in AWS you give a .pem file and anyone can access. Do GCP have that kind of trick. And if not how can I achieve this.