[Bug 1118] Annoying "Killed by signal 1" message with ProxyCommand

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Nov 21 08:57:29 EST 2005


http://bugzilla.mindrot.org/show_bug.cgi?id=1118





------- Comment #1 from dtucker at zip.com.au  2005-11-21 08:57 -------
Well, the sighup is from this line in ssh.c:

        if (proxy_command_pid > 1)
                kill(proxy_command_pid, SIGHUP);

but without that, some proxycommands will hang around indefinitely.

The easy way to prevent it is to use "ssh -q foo bar" as the proxycommand.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list