Hi guys, I've check that when using sftp with -o ControlPath=... the first attempt just hangs. Can someone point me to appropriate lines in code where can I check whats going on? Maybe it's known issue? I'm using 5.3p1. cheers, marcin
On Mon, 10 Aug 2015, Marcin Stolarek wrote:> Hi guys, > > I've check that when using sftp with -o ControlPath=... the first attempt just > hangs. Can someone point me to appropriate lines in code where can I check > whats going on?Please post a debug log "sftp -vvv ..." - it's essential to figure out what is going wrong.> Maybe it's known issue? I'm using 5.3p1.That's pretty old and there have been multiplexing-related bugs fixed since then.
On Tue, 11 Aug 2015, Damien Miller wrote:> On Mon, 10 Aug 2015, Marcin Stolarek wrote: > >> Hi guys, >> >> I've check that when using sftp with -o ControlPath=... the first attempt just >> hangs. Can someone point me to appropriate lines in code where can I check >> whats going on? > > Please post a debug log "sftp -vvv ..." - it's essential to figure out > what is going wrong.I've pasted the output to gist: https://gist.github.com/anonymous/0eefbd24ca96b23128ef marcin
Reasonably Related Threads
- ControlPath versus ProxyCommand
- [Bug 1997] Add QoS to ControlPath escapes
- Can't get LocalForward to work when using ControlPath
- [Bug 2449] New: uid for expansion in ControlPath
- [Bug 2318] New: ControlPath collisions when using shared locations like /tmp for the sockets.