Cobra Forum
Plesk Panel => Backup, Restore & Migration => Topic started by: Administrator on Dec 29, 2022, 08:15 AM
Symptoms
Unable to start migration. Migrator fails with the following message:QuoteCommand execution failed on the local server with non-zero exit code.
Manual connection attempt with enabled debug returns the following output:ssh -vvv -i .ssh/id_rsa_migration root@203.0.113.2
debug1: send_pubkey_test: no mutual signature algorithm
debug2: we did not send a packet, disable method
CauseDisabled ssh-rsa signature method on target server.
ResolutionConnect to the server via SSH to target server.
Enable the algorithm:printf "PubkeyAcceptedKeyTypes +ssh-rsa\n" >> ~/.ssh/config