Ctrl-C kills "ssh -X" with notty

2006-07-21 Thread Igor Peshansky
This has been reported as far back as 2002 [1], and there were a few reports in 2004 [2] and 2005 [3]. Corinna claimed [4] that this was fixed, but I can still easily reproduce this with both 1.5.20 and the latest snapshot (20060718), using the latest openssh/openssl. STC (from a console bash): $

Re: CTRL-C kills "ssh -X"

2004-09-15 Thread Rob S.i.k.l.o.s
Just to close off this thread, in case anyone cares, adding "tty" the CYGWIN environment variable seems to solve this problem. Rob. - Original Message - From: "Rob S.i.k.l.o.s" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 09, 200

CTRL-C kills "ssh -X"

2004-09-09 Thread Rob S.i.k.l.o.s
Hi All, When I connect to any machine using "ssh -X", so that X display is automatically tunelled over the ssh connection, hitting CTRL-C at any time kills the ssh process, which outputs "Killed by signal 2." This does not happen if I omit the "-X" when running ssh. Cygcheck output attached. Tha