I connect to an Amazon EC2 server daily which requires public key ssh authentication. This morning I upgraded to frameworks 5.33.0, and now I get "Authentication Failed" when trying to connect to the server in dolphin via sftp. I have not changed anything in my ssh config or kde wallet. I can still connect from the command line without issues. I have the following entry in my ~/.ssh/config file: Host <domain-name-here> User ec2-user IdentityFile ~/amazon_key.pem I downgraded to frameworks 5.32 and it started working again.
Same situation on openSUSE Tumbleweed, KDE Frameworks version 5.34.0
Upgrade to 5.35 fixed it for me.