[Bug 396] sshd orphans processes when no pty allocated

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sat Dec 13 13:37:22 EST 2008


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


Martin d'Anjou <point14 at magma.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |point14 at magma.ca




--- Comment #13 from Martin d'Anjou <point14 at magma.ca>  2008-12-13 13:37:21 ---
Looks like it has not made it to ssh 5 yet.
$ ssh localhost "trap 'echo got int' INT; sleep 40"
^CKilled by signal 2.
$ ps -ef | grep sleep
martin    5639     1  0 21:35 ?        00:00:00 bash -c trap 'echo got
int' INT; sleep 40
martin    5642  5639  0 21:35 ?        00:00:00 sleep 40
martin    5644  5625  0 21:35 pts/5    00:00:00 grep --colour=auto
sleep
$ ssh -v
OpenSSH_5.1p1, OpenSSL 0.9.8g 19 Oct 2007

Anyone got a patch for this version? Thanks.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching the reporter.


More information about the openssh-bugs mailing list