mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
SSH Key 25519 #48
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?
Originally created by @Just4Link on GitHub (Oct 13, 2025).
✅ Have you read and understood the above guidelines?
yes
📝 Provide a clear and concise description of the issue.
When i try to add a ssh key in ed25519 format i got
Key detected: Unknown key (444 characters)under the key, no matter if i append the file or paste the key in. i tryed to shorten the key in the format of the example from the empty field like
-----BEGIN OPENSSH PRIVATE KEY----- keykejöawjkey... -----END OPENSSH PRIVATE KEY-----instead of
-----BEGIN OPENSSH PRIVATE KEY-----keyjaöfjeöokeyöjkajefoiajwöe-----END OPENSSH PRIVATE KEY-----If i ignore the message unknown key and save the server i got auth errors when testing.
My key is definitly working. I can login via ssh from a linux terminal.
🔄 Steps to reproduce the issue.
Use a ssh key for authentication
❌ Paste the full error output (if available).
Key detected: Unknown key
🖼️ Additional context (optional).
No response
@michelroegl-brunner commented on GitHub (Oct 14, 2025):
I found a issue in my validation logic, i was checking the header to exclusivly. this is fixed and willl be done when 0.4.1 releases. (Later today)