Created
March 8, 2024 02:51
-
-
Save danielyewright/b378dfb7a2f291ed06210300d7240994 to your computer and use it in GitHub Desktop.
Create Proxmox PAM user
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
adduser yourname | |
pveum user add yourname@pam | |
pveum passwd yourname@pam | |
pveum aclmod / -user yourname@pam -role Administrator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment