2022-10-22 22:09:46 +05:00
|
|
|
# qm guest passwd
|
|
|
|
|
2024-02-14 17:25:13 -03:00
|
|
|
> Set the password for a user on QEMU/KVM Virtual Machine Manager.
|
2022-10-22 22:09:46 +05:00
|
|
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
|
|
|
|
|
|
|
- Set a password for a specific user in a virtual machine interactively:
|
|
|
|
|
2025-08-06 19:11:35 +03:00
|
|
|
`qm {{[g|guest]}} {{[p|passwd]}} {{vm_id}} {{username}}`
|
2022-10-22 22:09:46 +05:00
|
|
|
|
|
|
|
- Set an already hashed password for a specific user in a virtual machine interactively:
|
|
|
|
|
2025-08-06 19:11:35 +03:00
|
|
|
`qm {{[g|guest]}} {{[p|passwd]}} {{vm_id}} {{username}} --crypted 1`
|