Skip to content

Instantly share code, notes, and snippets.

@danielyewright
Created March 8, 2024 02:51
Show Gist options
  • Save danielyewright/b378dfb7a2f291ed06210300d7240994 to your computer and use it in GitHub Desktop.
Save danielyewright/b378dfb7a2f291ed06210300d7240994 to your computer and use it in GitHub Desktop.
Create Proxmox PAM user
#!/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