mirror of
https://github.com/badsmoke/proxmox-auto-hostname.git
synced 2026-04-25 02:45:48 +03:00
[GH-ISSUE #2] Password Stored in Plaintext #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-auto-hostname#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dhelgerson on GitHub (Nov 13, 2024).
Original GitHub issue: https://github.com/badsmoke/proxmox-auto-hostname/issues/2
the proxmox password being stored in plaintext is a massive security issue for me. is there any way to hash it instead?
@badsmoke commented on GitHub (Nov 14, 2024):
hey @dhelgerson that's not possible. If you were using a hash, you could transmit it in the same way.
It's best to create an extra proxmox user who only has read access to the VM information.
Apart from that, only the root user should be able to read and execute the script.