Plesk

Unable to start migration on Plesk server: Command execution failed on the local server with non-zero exit code.

Symptoms

Cause

Disabled ssh-rsa signature method on the target server.
Manual connection attempt from the target server to the source 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

Resolution

  1. Connect to the target server via SSH.

  2. Enable the algorithm by executing the command below:

    # printf "nPubkeyAcceptedKeyTypes +ssh-rsan" >> /etc/ssh/ssh_config

Exit mobile version