Adding another user is easy.
I can log in via SSH and have sudo access. Good.
I can log in to the GUI and do most things. Not Good. I need this account to do everything. Is there a different role I need to assign?
Then, preferably, I can disable root for SSH and the GUI.
adduser jared
gpasswd -a jared sudo
pveum user add jared@pam
pveum acl modify / --roles PVEAdmin --users jared@pam
I can log in via SSH and have sudo access. Good.
I can log in to the GUI and do most things. Not Good. I need this account to do everything. Is there a different role I need to assign?
Then, preferably, I can disable root for SSH and the GUI.
Last edited: