Bug 188227

Summary: Enabling ControlMaster in SSH config causes kio_sftp to hang
Product: [Frameworks and Libraries] kio Reporter: Daniel O'Connor <darius>
Component: sftpAssignee: Dawit Alemayehu <adawit>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 4.1   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Daniel O'Connor 2009-03-27 06:42:47 UTC
Version:            (using KDE 4.1.4)
OS:                Linux
Installed from:    Ubuntu Packages

If I have the following in my ~/.ssh/config..
Host *
  ControlMaster auto
  ControlPath   ~/.ssh/master-%l_%r@%h:%p

ssh/scp/sftp work fine, but if I attempt to use kio_sftp after I have connected via ssh it just hangs.

If I close the SSH then use kio_sftp works then I can login via SSH and it's all good until the kio_sftp process dies and tries to connect again.
Comment 1 Dawit Alemayehu 2009-04-21 22:40:16 UTC

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