Bug 378889 - After upgrade from 5.32.0 to 5.33.0, sftp public key authentication fails in dolphin, works from command line
Summary: After upgrade from 5.32.0 to 5.33.0, sftp public key authentication fails in ...
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.33.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-17 18:47 UTC by walmartshopper
Modified: 2017-06-15 20:58 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.