diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2000-12-02 05:58:57 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2000-12-02 05:58:57 +0100 |
commit | a15e39b05fa013e16bbe293244cb49b0f27e2901 (patch) | |
tree | 36e8301fc5590497585274f6a8b49a19a857613d /TODO | |
parent | 20001202 (diff) | |
download | openssh-a15e39b05fa013e16bbe293244cb49b0f27e2901.tar.xz openssh-a15e39b05fa013e16bbe293244cb49b0f27e2901.zip |
Added in Linux's select issue to TODO. Which may have to do with the
shell/sshd not sending a -TERM/-HUP to the grandchildren at the right
time in the exiting process.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -11,6 +11,12 @@ Programming: - Support 64bit ints on machines that lack 'long long' and u_intXX_t (tim@multitalents.net) +- Linux hangs for 20 seconds when you do "sleep 20&exit". All current + solutions break scp or leaves processes hanging around after the ssh + connection has ended. It seems to be linked to two things. One + select() under Linux is not as nice as others, and two the children + of the shell are not killed on exiting the shell. + Documentation: - More and better @@ -45,4 +51,3 @@ Packaging: - HP/UX: Provide DEPOT package scripts. (gilbert.r.loomis@saic.com) - |