https://bugs.kde.org/show_bug.cgi?id=443155

--- Comment #6 from Martin Droessler <m...@martindroessler.de> ---
(In reply to MikeC from comment #5)
> 
> So that all works fine, and suggests the bug is in kdeconnect

Well, I guess, rather in the kdeconnect-app on the remote device/phone.

I suspect the offending change is:
"This release disables RSA signatures using the SHA-1 hash algorithm by
default."

If thats the only algorithm, the remote device offers, than the connection will
fail.
Unless you have something like
"Host old-host
   HostkeyAlgorithms +ssh-rsa
   PubkeyAcceptedAlgorithms +ssh-rsa"
in your ~/.ssh/config

But AFAIK this config is not used/ignored by kdeconnect.

So, I guess, that either the kdeconnect-app must be updated to offer a more
modern algorithm, or the kdeconnect desktop-service needs workaround to allow
the deprecated algorithm.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to