Devs,
openSUSE Tumbleweed just had an issue with the sftp kio not detecting the ssh version with openssh-10 breaking sftp:// in konqueror/kate/kwrite etc. Yasuhiko has a fix. (I don't have a link yet). It apparently has to do with how a regex was written, likely the 2-digit '10' was too much for the old one.
Just a heads up. I'll see if I can get a link from him.
On 5/5/25 12:22 AM, David C Rankin via tde-devels wrote:
Devs,
openSUSE Tumbleweed just had an issue with the sftp kio not detecting the ssh version with openssh-10 breaking sftp:// in konqueror/kate/ kwrite etc. Yasuhiko has a fix. (I don't have a link yet). It apparently has to do with how a regex was written, likely the 2-digit '10' was too much for the old one.
Just a heads up. I'll see if I can get a link from him.
Seems TDE is in the clear. Yasuhiko explains:
In KDE3, it is needed to run the ssh/sftp command directly and process the output. But in TDE, ssh/sftp command seems to be started and handled via libssh (indirectly):
https://mirror.git.trinitydesktop.org/cgit/tdebase/tree/tdeioslave/sftp/tdei...
So this fix is not needed for TDE.