mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-26 05:05:54 +03:00
[GH-ISSUE #154] SSH key auth passes test, but script install fails with "Load key ... error in libcrypto" (rsync/ssh) #51
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#51
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?
Originally created by @emerick-biron on GitHub (Oct 14, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/154
✅ Have you read and understood the above guidelines?
yes
📝 Provide a clear and concise description of the issue.
Using PVE-Scripts-Local with SSH key only authentication to a Proxmox VE host:
My Proxmox VE host authorized_keys contains key entry:
ssh-... <public_key_here>
I have tested with both ED25519 and RSA keys. Same result.
🔄 Steps to reproduce the issue.
ssh-ed25519 AAAA... or ssh-rsa AAAA...
Result: "Connection Successful" and "SSH key authentication successful - credentials verified".
❌ Paste the full error output (if available).
[22:21:19] [START] Starting SSH execution of scripts/ct/librespeed-rust.sh on pve (192.168.1.40)
[22:21:19] [ERROR] Warning: Permanently added '192.168.1.40' (ED25519) to the list of known hosts.
[22:21:19] [ERROR] Load key "/tmp/ssh-key-BPj76e/private_key": error in libcrypto
[22:21:19] [ERROR] Permission denied, please try again.
[22:21:19] [ERROR] Permission denied, please try again.
[22:21:19] [ERROR] root@192.168.1.40: Permission denied (publickey,password).
[22:21:19] [ERROR] rsync: connection unexpectedly closed (0 bytes received so far) [sender]
[22:21:19] [ERROR] rsync error: unexplained error (code 255) at io.c(232) [sender=3.4.1]
[22:21:19] [ERROR] SSH execution failed: rsync failed with code 255
[22:21:19] [ERROR] Failed to start SSH execution: rsync failed with code 255
🖼️ Additional context (optional).
No response
@michelroegl-brunner commented on GitHub (Oct 16, 2025):
I guess i found the error. Please update and try again with your keys. I also added the option to add a key pair directly, please try that as well when you key dose not work. Delete your existing servers and create them new please.
@emerick-biron commented on GitHub (Oct 16, 2025):
Yes it's works
Thanks