mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#477
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?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/481
Author: @michelroegl-brunner
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @michelroegl-brunner
Base:
main← Head:fix/466📝 Commits (1)
e1d270dfix: resolve server from DB for SSH when client sends no ssh_key_path (fixes #466)📊 Changes
1 file changed (+27 additions, -5 deletions)
View changed files
📝
server.js(+27 -5)📄 Description
Fixes #466
When opening Shell or running Update over SSH with key auth, the client sends a server object built from script data (id, ip, user, auth_type, ssh_key, etc.) but without
ssh_key_path(server-side path). The SSH execution layer requiresssh_key_pathfor key auth, so it threw "SSH key file not found".This PR adds
resolveServerForSSH(server)in the WebSocket handler: when the incoming server hasidbut key auth without a validssh_key_path, we load the full server from the database and use it for the SSH call. All start flows (clone, backup, update, shell, script) now receive the resolved server.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.