• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

Resolved Problem with migrating from Plesk ubuntu to Plesk ubuntu

umarkhan

New Pleskian
I am using ecc2 instances for Plesk and want to migrate customers from one Plesk server to to another but the keys are not able to be authorized. By default you don't have private keys stored in an ec2 instance and public keys are stored in /root/.ssh/authorized_keys and tried the public keys but was getting format error.

Failed to connect to the source server 'source' by SSH: not a valid OPENSSH private key file
 
I'd just ssh to the target server and use ssh-keygen to generate a new keypair, then append the contents of /root/.ssh/id_rsa.pub to /root/.ssh/authorized_keys on the source server.
 
Back
Top