search for: basilisk

Displaying 1 result from an estimated 1 matches for "basilisk".

2002 Oct 11
2
Why openssh newer than 2.9.9 doesn't send SIGTERM and SIGHUP to child process?
...} ... ---------------------------------------------------------------------------- This change in new version cause that some process (which doesn't need terminal) hanged after termination ssh by e.g. SIGINT, becouse hanged process doesn't receive any signal from ssh process. basilisk:~> ssh basilisk 'sleep 1000' 23022: Killed by signal 2. basilisk:~> ps -ef |grep sleep postadal 23026 1 1 12:30 ? 00:00:00 sleep 100 The problem above can resolve Force pseudo-tty allocation (option -t), but it is not ideal solution. Please, could anyone tell me why the...