• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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