Summary: | kio_sftp uses a wrong login: seems like it ignores 'user@' syntax | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | o_O_Tync <ootync> |
Component: | sftp | Assignee: | Andreas Schneider <asn> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version First Reported In: | 4.5 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.5.2 | |
Sentry Crash Report: |
Description
o_O_Tync
2010-09-30 01:22:29 UTC
Currently, I just replace 'sftp://' with 'fish://' and it starts to work fine. Tell me I I can provide any additional info This works just fine for me. Which version of libssh do you have installed? libssh 4.0.2, as KUbuntu offers. BTW I've just tested a completely fresh installation (linux, packages, home directory) and copied my .ssh folder there: the problem is still there. Try this sample to reproduce: /etc/hosts: bugtest <your_server_ip> ~/.ssh/config: Host bugtest Hostname <your_server_ip> Username <your_user_1> sftp://<your_user_2>@bugtest/ Create a file: it should have owner=<your_user_1>, not <your_user_2> Updated to 4.5.2: the bug is gone, thanks! :) |