• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Failed to connect to the source server 'source'by SSH: not a valid OPENSSH private key file

manishlux

New Pleskian
I am getting the given error while transferring the plesk data via plesk migrator extension.

Failed to connect to the source server 'source' by SSH: not a valid OPENSSH private key file

I use the same documentation here to generate and copy the RSA key,
How to set up SSH keys for Plesk server?

Can you help me out why this issue appear while the key is correct?

Thanks,
Manish
 
Last edited:
You have to start over and find what's the missing step.
Maybe:
Permissions for the private key should be 0600

Instead of copying the key via SSH, do this step manually:
Alternatively, copy the content of /root/.ssh/id_rsa.pub to /root/.ssh/authorized_keys on the second server.

This is very important:
Bash:
service sshd reload
 
Back
Top