I want to add as my destination an SFTP storage from bluehost. I get the following error when adding the storage:
Failed to load the SFTP storage at sftp://user@ipaddress/backup/: ssh: handshake failed: ssh: no common algorithm for key exchange; client offered: [curve25519-sha256@libssh.org ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521 diffie-hellman-group14-sha1], server offered: [diffie-hellman-group-exchange-sha256]
With sftp user@ipaddress
and sftp user@ipaddress
I can login successfully.
I cannot change the ssh config of my server. Any ideas?
My system is Ubuntu 20.04 and I am using duplicacy CLI 2.7.2. For the SSH connection I am using public key authentication and my SSH key is stored under ~/.ssh/id_rsa
.