[Bug 3531] Ssh will not exit when it receives SIGTERM before calling poll in client_wait_until_can_do_something until some events happen.

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Feb 1 13:37:10 AEDT 2023


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

--- Comment #1 from renmingshuai <rmsh1216 at 163.com> ---
I had this problem while using my expect script. My expect script call
sftp for transferring files. When exit because of some error, it sent
SIGTERM to the sftp process, which sent a signal to its child process,
ssh. Ssh did not exit as expected and will never exit unless killing
it.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list