Linux Agent for Password Resets

The Proxmox manual suggest that you can change a password on a VM with qm (probably requires QEMU Guest Agent):
qm guest passwd <vmid> <username> [OPTIONS]

Sets the password for the given user to the given password

<vmid>: <integer> (1 - N)
The (unique) ID of the VM.
<username>: <string>
The user to set the password for.
--crypted <boolean> (default =0)
set to 1 if the password has already been passed through crypt()
 
  • Like
Reactions: pvps1 and bbgeek17