Bug 179686 - Dolphin cannot browse remote sftp directories if tcp session sharing is enabled.
Summary: Dolphin cannot browse remote sftp directories if tcp session sharing is enabled.
Status: RESOLVED DUPLICATE of bug 100815
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: sftp (show other bugs)
Version: SVN
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Dawit Alemayehu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-05 06:35 UTC by Ranjan Sinha
Modified: 2009-03-08 08:29 UTC (History)
0 users

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 Ranjan Sinha 2009-01-05 06:35:07 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

I have recently enabled ssh session sharing on a host machine. My current ssh config file looks like this :

$ cat .ssh/config
Host *
CheckHostIP no
ForwardX11 yes
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p

After creating this ssh config file I can no longer browse a remote direcory using sftp protocol in Dolphin. 

Dolphin displays an error message box "Error encountered while talking to ssh" and the status message is set to "Connection failed"

Howver command line sftp/scp/ssh work perfectly fine hence there is no problem in my config file.
Comment 1 Dawit Alemayehu 2009-03-08 08:29:33 UTC

*** This bug has been marked as a duplicate of bug 100815 ***