• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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