https://bugs.kde.org/show_bug.cgi?id=443155
--- Comment #52 from Lukáš Turek <8...@8an.cz> --- (In reply to Albert Vaca from comment #43) > I've modified GSConnect to use ECDSA and it doesn't seem to fix the issue. > Here's my change: > https://github.com/albertvaka/gnome-shell-extension-gsconnect/compare/main... > ecdsa-keys > > After applying this change I deleted ~/.config/gsconnect to force it to > recreate a key. I tried to replace RSA certficate in KDE Connect with ECDSA, but it didn't work either. I used this command to generate it: openssl req -new -x509 -set_serial 10 -sha512 -newkey ec -pkeyopt ec_paramgen_curve:prime256v1 -nodes -keyout privateKey.pem -days 3650 -out certificate.pem -subj "/CN=_3e4db661_39a2_4d04_bd59_e6c962f356a2_/O=KDE/OU=Kde connect" Unfortunately, kdeconnectd refuses the new private key: kdeconnect.core: Private key from "/home/8an/.config/kdeconnect/privateKey.pem" is not valid -- You are receiving this mail because: You are watching all bug changes.