search for: be228367

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

Did you mean: be215367
2004 Jun 30
1
"break"/SIGINT handling
Hi, Could anyone tell me why break requests are only handled in sshd if the channel type is in a 'LARVAL' state? I'm converting an application that currently uses telnet as an underlying communication protocol and it relies on a SIGINT when an IAC/IP is received by the telnet daemon. It seems an SSH break could/should perform a similar function (tcsendbreak() in session_break_req()