mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #140] Fix SSH ED25519 key loading #209
Reference in New Issue
Block a user
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?
Original Pull Request: https://github.com/community-scripts/ProxmoxVE-Local/pull/140
State: closed
Merged: Yes
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.