[Bug 2756] sshd does not seem to terminate despite ClientAlive[Interval|CountMax] when a process is polling a remote forwarding channel

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Aug 9 18:56:37 AEST 2017


https://bugzilla.mindrot.org/show_bug.cgi?id=2756

--- Comment #3 from Darren Tucker <dtucker at zip.com.au> ---
Created attachment 3029
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3029&action=edit
keep track of the last time we heard from the client and trigger
client_alive_check()

(In reply to willchan from comment #2)
> What did you think about my questions around this code snippet which
> I linked earlier from wait_until_can_do_something()?

I think you're right; the select won't time out so the
client_alive_check() won't be triggered.

Attached is an untested patch which might help...

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list