Summary: | Dolpin complains about invalid keys on sftp connections | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Mark Greenwood <fatgerman> |
Component: | sftp | Assignee: | Andreas Schneider <asn> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | frank78ac |
Priority: | NOR | ||
Version: | 4.9.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mark Greenwood
2012-11-18 13:38:31 UTC
Thanks for the bug report! Dolphin does not do any sftp-related stuff itself, we use a kioslave for that -> reassigning. OK no problem :) Interestingly, if I do things the other way around, ie: Clear ~/.ssh Connect to the server from dolphin (sftp://user@server/) Then connect from the command line (ssh user@server) Then I don't get any errors. It might be relevant that 'server' has a static IP on my local network which is mapped in /etc/hosts (because my router's DHCP sucks :) ) If you establish a ssh connection with openssh you probably get a ECDSA key and the fingerprint is stored in ~/.ssh/known_hosts. libssh doesn't know about ECDSA keys yet. It will be supprted with libssh 0.6. *** This bug has been marked as a duplicate of bug 270322 *** |