mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #16] [CLOSED] feat: Add SSH key authentication support #118
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?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/16
Author: @RXWatcher
Created: 10/3/2025
Status: ❌ Closed
Base:
development← Head:feat/ssh-key-authentication📝 Commits (3)
5823e54Add GitHub templates and configuration (#8)5582d28Update note from 'beat' to 'beta' in READMEbe65ceefeat: Add SSH key authentication support📊 Changes
12 files changed (+740 additions, -150 deletions)
View changed files
➕
.github/CODEOWNERS(+15 -0)➕
.github/ISSUE_TEMPLATE/bug_report.yml(+50 -0)➕
.github/ISSUE_TEMPLATE/feature_request.yml(+33 -0)➕
.github/pull_request_template.md(+24 -0)📝
README.md(+1 -1)📝
src/app/_components/ServerForm.tsx(+80 -4)📝
src/app/api/servers/[id]/route.ts(+19 -4)📝
src/app/api/servers/route.ts(+19 -4)📝
src/server/database.js(+11 -9)📝
src/server/ssh-execution-service.js(+294 -106)📝
src/server/ssh-service.js(+188 -20)📝
src/types/server.ts(+6 -2)📄 Description
Summary
Changes Made
Backend Infrastructure
ssh_keyandauth_methodfields to servers table with proper constraintsFrontend Enhancements
API Updates
Technical Details
Authentication Flow
sshpassfor password-based connections (existing behavior)Security Features
Database Migration
The changes include automatic database schema updates that add the new fields while preserving existing data. No manual migration required.
Test Plan
Breaking Changes
None - this is a fully backward-compatible enhancement.
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.