Bug 188227 - Enabling ControlMaster in SSH config causes kio_sftp to hang
Summary: Enabling ControlMaster in SSH config causes kio_sftp to hang
Status: RESOLVED DUPLICATE of bug 100815
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: sftp (show other bugs)
Version: 4.1
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Dawit Alemayehu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-27 06:42 UTC by Daniel O'Connor
Modified: 2009-04-21 22:40 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 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 ***