2
Votes

Backup to SFTP: software controlled uses deprecated key algorithms

 
2
Votes

Backup to SFTP: software controlled uses deprecated key algorithms

Backup to SFTP: software controlled uses deprecated key algorithms
Backup to SFTP: software controlled uses deprecated key algorithms
2 weeks ago - last edited 2 weeks ago

I try to connect the Omada Software Controller (version 5.15.24.19) to my new SFTP server (for backups) but get these errors in the logs of the SFTP server:

 

ssh: no common algorithm for host key; client offered: [ssh-rsa ssh-dss ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521], server offered: [ssh-ed25519 rsa-sha2-256 rsa-sha2-512]"}
 

On client side it says (in Dutch): "Kan geen verbinding maken met de bestandsserver. De bestandsserver bestaat mogelijk niet of is tijdelijk niet beschikbaar. Controleer de gegevens en uw netwerkverbinding en probeer het opnieuw." (English: "Unable to connect to the file server. The file server may not exist or is temporarily unavailable. Please check the information and your network connection, then try again.")

 

The root cause is that the Omada Software Controller uses an outdated SSH client library, which only offers legacy algorithms (ssh-rsa, dss, ecdsa). Modern SSH servers disable these for security reasons and only allow stronger host key algorithms (ed25519, rsa-sha2-*).
Because there’s no overlap, the connection fails. This is not something the end user can fix properly – TP-Link needs to update the SSH implementation in the Omada Controller to support current algorithms.

 

Legacy SSH algorithms in Omada are officially deprecated:

👉 Modern SSH servers only allow Ed25519 or RSA-SHA2 (rsa-sha2-256 / rsa-sha2-512).
👉 Omada Controller still only offers legacy algorithms, so it cannot connect to a properly secured server.

#1
Options
2 Reply
Re:Backup to SFTP: software controlled uses deprecated key algorithms
2 weeks ago - last edited 2 weeks ago

  @iMC67 

 

Hello, thank you for posting on the TP-Link community. We appreciate all your feedback and feature requests here.

I'll ensure that I log this feature request and pass it along to the related team.


Feel free to let us know of any other feature requests you may have; we’d be happy to send them up for you

 

Side Note: I had moved this post to Requests & Suggestions block to gather more voters.

#2
Options
RE:Backup to SFTP: software controlled uses deprecated key algorithms
2 weeks ago
Just add support for newer suites so users won't have to compromise on security if they want to perform a backup.
#3
Options