mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #140] [MERGED] Fix SSH ED25519 key loading #233
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#233
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/140
Author: @michelroegl-brunner
Created: 10/14/2025
Status: ✅ Merged
Merged: 10/14/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/ssh_key📝 Commits (1)
9276a13Fix SSH ED25519 key loading and status check loops📊 Changes
5 files changed (+94 additions, -38 deletions)
View changed files
📝
src/app/_components/InstalledScriptsTab.tsx(+38 -10)📝
src/app/_components/SSHKeyInput.tsx(+21 -5)📝
src/server/api/routers/installedScripts.ts(+24 -16)📝
src/server/ssh-execution-service.js(+8 -6)📝
src/server/ssh-service.js(+3 -1)📄 Description
Summary
This PR fixes several critical issues with SSH key handling and status checking:
🔧 SSH ED25519 Key Fixes
🔄 Status Check Improvements
🎯 UI/UX Enhancements
🧪 Testing
📁 Files Changed
src/server/ssh-execution-service.js- Fixed key normalization and cleanupsrc/server/ssh-service.js- Fixed key normalizationsrc/server/api/routers/installedScripts.ts- Added timeout protectionsrc/app/_components/InstalledScriptsTab.tsx- Fixed status check loopssrc/app/_components/SSHKeyInput.tsx- Enhanced file upload and key detectionResolves issues with SSH authentication failures and improves overall system stability.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.