https://bugs.kde.org/show_bug.cgi?id=443155
Malte Deiseroth <msdeiser...@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |msdeiser...@gmx.net --- Comment #18 from Malte Deiseroth <msdeiser...@gmx.net> --- Looking at the lines you send, can it just be the version? implementation 'org.apache.sshd:sshd-core:0.14.0'. This version of sshd-core is from 2015 hence outdated unsecured ciphers are expected. I assume this version is used for some sort of compatibility with older android version. Atleast the comment in the following line indicates something about Android 8. The current sshd-core version is 2.9.1 from 07. September 2022. Maybe the way to solve this, is to update sshd-core to a somewhat resent version. Potentially leaving behind some people using old android versions. -- You are receiving this mail because: You are watching all bug changes.