Servers/Proxmox: Difference between revisions
From Bibliotheca Anonoma
Antonizoon (talk | contribs) (Created page with "== Proxmox WebUI User Management == === Creating Users === https://pve.proxmox.com/wiki/User_Management creating with pam is easiest, but creating with pve is probably safe...") |
Antonizoon (talk | contribs) No edit summary |
||
Line 18: | Line 18: | ||
# ipmitool user set password 2 | # ipmitool user set password 2 | ||
# ipmitool user enable 2 | # ipmitool user enable 2 | ||
}} | |lang=bash}} |
Revision as of 06:20, 14 March 2017
Proxmox WebUI User Management
Creating Users
https://pve.proxmox.com/wiki/User_Management
creating with pam is easiest, but creating with pve is probably safer to seperate from your sudo password.
Make sure to set 2 factor authentication after.
IPMI
Replace <username>
with your chosen username.
# modprobe ipmi_devintf
# ipmitool user set name 2 <username>
# ipmitool user set password 2
# ipmitool user enable 2