Hello community
I want to create a PAM user with limited rights in my 1 node PVE host to only allow specific actions as I have on my user in GUI.
I did the following:
Now I can log in over GUI and ssh.
My question here is: Is there a way to replicate roles I have selected for GUI PAM user to my new linux user so then I can limit actions this user can do once login SSH?
Thank you,
I want to create a PAM user with limited rights in my 1 node PVE host to only allow specific actions as I have on my user in GUI.
I did the following:
- GUI part: Create new group, new role with selected rights (VM.audit, Sys.Audit, VM.PowerMgmt) and new Pam user in this group.
- PVE Host (ssh) - from https://pve.proxmox.com/wiki/User_Management#pveum_users:
useradd heinz
passwd heinz
groupadd watchman
usermod -a -G watchman heinz
Now I can log in over GUI and ssh.
My question here is: Is there a way to replicate roles I have selected for GUI PAM user to my new linux user so then I can limit actions this user can do once login SSH?
Thank you,