mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 06:25:57 +03:00
[GH-ISSUE #72] [Bug]: "Use sudo for privileged commands" toggle does not persist after saving SSH configuration #99
Labels
No labels
bug
enhancement
feature-request
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxcenter-ui#99
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 @Psycs on GitHub (Mar 5, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/72
Bug Description
The "Use sudo for privileged commands" toggle in the SSH configuration does not save correctly. After enabling the toggle and saving, it reverts to disabled. This causes rolling updates to fail with permission denied errors when using a non-root SSH user, as commands like apt-get update are executed without the sudo prefix.
Steps to Reproduce
Expected Behavior
The "Use sudo for privileged commands" toggle remains enabled after saving
Actual Behavior
The "Use sudo for privileged commands" toggle reverts to disabled every time the settings are saved, regardless of its state when saving
ProxCenter Version
85dd35dProxmox VE Version
9.0.10-9.0
Browser
Brave / Chrome / Edge / Firefox
Logs / Screenshots
No response