Unable to start migration in Plesk: Failed to connect to the source server 'source' (203.0.113.2) by SSH: encountered RSA key, expected OPENSSH key

Follow

Comments

1 comment

  • Avatar
    HaiSoft

    When running the last command, I got an error

    # dpkg -i plesk-py27-paramiko_2.7.1-debian.10.200520.1813_amd64.deb

    Selecting previously unselected package plesk-py27-paramiko.
    (Reading database ... 126816 files and directories currently installed.)
    Preparing to unpack plesk-py27-paramiko_2.7.1-debian.10.200520.1813_amd64.deb ...
    Unpacking plesk-py27-paramiko (2.7.1-debian.10.200520.1813) ...
    dpkg: dependency problems prevent configuration of plesk-py27-paramiko:
     plesk-py27-paramiko depends on plesk-py27-pycrypto; however:
      Package plesk-py27-pycrypto is not installed.

    dpkg: error processing package plesk-py27-paramiko (--install):
     dependency problems - leaving unconfigured
    Errors were encountered while processing:
     plesk-py27-paramiko

    I needed to download the package plesk-py27-pycrypto also :

    # wget http://autoinstall.plesk.com/PMM_0.1.11/dist-deb-Debian-10.0-x86_64/packages/plesk-py27-pycrypto_2.6.1-debian.10.200520.1813_amd64.deb

    And then install both packages :

    # dpkg -i plesk-py27-paramiko_2.7.1-debian.10.200520.1813_amd64.deb plesk-py27-pycrypto_2.6.1-debian.10.200520.1813_amd64.deb

    0
    Comment actions Permalink

Please sign in to leave a comment.

Have more questions? Submit a request