So simple enough question.
I am adding a new account to my compute engine.
I have added the user and the roles and all that fun stuff.
Now I am wanting to add the ssh key, which I am doing by running gcloud compute os-login ssh-keys add --key-file .....
this works fine, it creates the correct information and everything like that and I can login correctly with ssh, however, the username is really long and annoying. I understand that it is generated by the email address, but this is just plain ugly and will get really annoying to type out each time I need to do something username based.
Is there anyway to change this, so instead of it being ext_matthias_email_com it's just matthias without having to add the 'ssh key' as meta data to the server?
thanks all