• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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