...
Create the user account.
Code Block sudo adduseruseradd username
Do not enter a password when prompted, as the SSH key will be the method of authentication.
If necessary, add the user to the sudo group.
Code Block sudo usermod -aG sudo username
...