Bug 179686

Summary: Dolphin cannot browse remote sftp directories if tcp session sharing is enabled.
Product: [Unmaintained] kio Reporter: Ranjan Sinha <rnjn.sinha>
Component: sftpAssignee: Dawit Alemayehu <adawit>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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 ***