Xftp报no matching outgoing encryption algorithm found

    申请到新机房的机器后,发现无法使用Xftp来进行文件的上传下载,而在SecureCtr中可以正常使用public key来登录,在Xftp中配置如下:

    Xftp报no matching outgoing encryption algorithm found_第1张图片

    使用的public key为原机房机器生成的私钥(新旧机器~/.ssh/authorized_keys相同)。在连接时Xftp报no matching outgoing encryption algorithm found,以为要通过Xftp重新生成public key,但无权限重启service sshd restart,故始终无法解决。后查到原因是因为对应的加密算法不一致导致。解决方案如下: 点击上图protocol后的setup,在"加密"Ecription中选择aes192-ctr aes128-ctr  aes256-ctr 任意一种算法均可。确认之后,重新连接,登录成功。

    

你可能感兴趣的:(Xftp报no matching outgoing encryption algorithm found)