I need to add an account for someone to be able to SSH into my server and have sudo privileges. He has given me his pubkey which is something like:
ssh-rsa AAAAfbfi40fdsfodudksjflksjdf..... name@workstation
I'm really not sure what to do with this key. I can find a way to create a new user for SSH but what's the point of this pubkey and how can I use it to make an account for him?