OpenSSH, Cygwin, eXceed, and SIGINT
Scott Crosby
scrosby at belcan.com
Thu Jun 28 03:48:43 EST 2001
All,
When logging into an HP-UX 10.2 system from a Windows NT machine
running Cygwin and openssh 2.9p2, control-c sends a sigint to the ssh client
on the NT system, thus killing the ssh process. Interestingly enough, this
behavior is only observed when using X11 forwarding. I can eliminate the
behavior by changing clientloop.c to ignore SIGINT (signal(SIGINT, SIG_IGN)
) but then I'm bak to the old behavior of the remote shell ignoring SIGINT.
Any suggestions?
Scott
More information about the openssh-unix-dev
mailing list