Bug 378889

Summary: After upgrade from 5.32.0 to 5.33.0, sftp public key authentication fails in dolphin, works from command line
Product: [Frameworks and Libraries] frameworks-kio Reporter: walmartshopper
Component: generalAssignee: David Faure <faure>
Status: RESOLVED FIXED    
Severity: normal CC: dmitry, erecio, kdelibs-bugs
Priority: NOR    
Version: 5.33.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description walmartshopper 2017-04-17 18:47:42 UTC
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.
Comment 1 Dmitry Roshchin 2017-06-15 19:41:53 UTC
Same situation on openSUSE Tumbleweed, KDE Frameworks version 5.34.0
Comment 2 walmartshopper 2017-06-15 20:58:03 UTC
Upgrade to 5.35 fixed it for me.