Re: SSH session terminates with Ctl+C

2003-08-14 Thread Larry Hall
Ehud Karni wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 05 Aug 2003 16:38:38 -0400, Larry Hall <[EMAIL PROTECTED]> wrote: Brian, what makes you think this is a Cygwin problem? To me, if it works Cygwin->Cygwin and Cygwin->Solaris but not Cygwin->Linux, then it's not likely that a

Re: SSH session terminates with Ctl+C

2003-08-14 Thread Jeff Nokes
Ehud, I just wanted to let you know I've narrowed down the cause of the ssh session dying on a Ctl+C (at least I think I have). As well as this ssh session issue that this email thread has been addressing, I was also trying to find a way to get rid of a waring I kept receiving whenever I tried to

Re: SSH session terminates with Ctl+C

2003-08-14 Thread Ehud Karni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 5 Aug 2003 15:02:38 -0700 (PDT), Jeff Nokes <[EMAIL PROTECTED]> wrote: > > My info is as follows: > W2K workstation, SP3 > - cygwin: 1.3.22-1 > - bash: GNU bash, version 2.05b.0(9)-release (i686-pc-cygwin) > - ssh: openssh 3.6.1 p1-2 > > Re

Re: SSH session terminates with Ctl+C

2003-08-14 Thread Jeff Nokes
> Signal 2 is SIGINT (the one created by the INTR in stty, usually ^C), > so it really seems that ^C is somehow caught by the local ssh. > > I repeat that I can not reproduce this bug under XP pro, neither with > Cygwin console nor with rxvt window (cygwin1.dll, ssh same as yours). > > A half apo

Re: SSH session terminates with Ctl+C

2003-08-14 Thread Larry Hall
Don't know why this would make a difference with one server and not the other but do you have 'tty' set in your CYGWIN environment? If not, you might try it. The fact that rxvt doesn't have the problem sounds like it's a tty thing, though playing around with it here, I still can't reproduce the b

Re: SSH session terminates with Ctl+C

2003-08-14 Thread Jeff Nokes
--- Larry Hall <[EMAIL PROTECTED]> wrote: > Don't know why this would make a difference with one server and not the > other but do you have 'tty' set in your CYGWIN environment? If not, you > might try it. The fact that rxvt doesn't have the problem sounds like > it's a tty thing, though playing

Re: SSH session terminates with Ctl+C

2003-08-14 Thread Jeff Nokes
> I did not run against RH 9.0 / OpenSSH 3.5p1, so I can not testify > first hand on this. I did (and still) run older Red Hat versions (7.2, > 7.3), OpenSSH 2.9/3.1 and it works without any problems. > > Just 1 more suggestion: Run your ssh in debug mode (with -v) and check > the last lines of t

Re: SSH session terminates with Ctl+C

2003-08-14 Thread Karl M
Hi All... When you set it from the panel, make sure the case matches. HTH ...Karl From: Larry Hall <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Jeff Nokes <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: SSH session terminates with Ctl+C Date: Fri,

Re: SSH session terminates with Ctl+C

2003-08-14 Thread Larry Hall
Jeff Nokes wrote: --- Larry Hall <[EMAIL PROTECTED]> wrote: Don't know why this would make a difference with one server and not the other but do you have 'tty' set in your CYGWIN environment? If not, you might try it. The fact that rxvt doesn't have the problem sounds like it's a tty thing, tho

Re: SSH session terminates with Ctl+C

2003-08-14 Thread Ehud Karni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 05 Aug 2003 16:38:38 -0400, Larry Hall <[EMAIL PROTECTED]> wrote: > > Brian, what makes you think this is a Cygwin problem? To me, if it > works Cygwin->Cygwin and Cygwin->Solaris but not Cygwin->Linux, then > it's not likely that a change on

Re: SSH session terminates with Ctl+C

2003-08-10 Thread Jeff Nokes
> Larry, what makes you think this is a Linux problem? To me, if it > works Cygwin->Linux on XP pro and on W98 (both with Cygwin console > and rxvt) but not on W2K, it is not a Linux problem. > I worked with various Linux kernels and several versions of sshd and > I did not have problems with any

Re: SSH session terminates with Ctl+C

2003-08-10 Thread Larry Hall
Jeff Nokes wrote: Hi, I've ran into a strange issue, one of which I have not run into before with cygwin. I have a W2K workstation at work, and I use cygwin to ssh into both Solaris and RedHat Linux boxes to do development. Sometimes, while ssh'd into a remote host, I have to 'Ctl+C' out of a pr

Re: SSH session terminates with Ctl+C

2003-08-09 Thread Jeff Nokes
> Don't do that. Set CYGWIN to 'tty' in your environment before starting > Cygwin. See . Hi Larry, Sorry about the confusion, I've never had to set this before, and I thought that you meant the bash environment. Your suggestion worked, but o

SSH session terminates with Ctl+C

2003-08-09 Thread Jeff Nokes
Hi, I've ran into a strange issue, one of which I have not run into before with cygwin. I have a W2K workstation at work, and I use cygwin to ssh into both Solaris and RedHat Linux boxes to do development. Sometimes, while ssh'd into a remote host, I have to 'Ctl+C' out of a process when it hangs

Re: SSH session terminates with Ctl+C

2003-08-08 Thread Larry Hall
Jeff Nokes wrote: Don't do that. Set CYGWIN to 'tty' in your environment before starting Cygwin. See . Hi Larry, Sorry about the confusion, I've never had to set this before, and I thought that you meant the bash environment. Your suggesti

Re: SSH session terminates with Ctl+C

2003-08-07 Thread Jeff Nokes
> > Did you check the versions of sshd running on Solaris and Linux? FWIW, > ssh into Cygwin from Cygwin shows the same results as you say you get > from Solaris. But this doesn't seem to be a Cygwin problem. If checking > the sshd versions doesn't shed light on the problem, I would suggest > t

Re: SSH session terminates with Ctl+C

2003-08-07 Thread Brian Dessent
Jeff Nokes wrote: > I've ran into a strange issue, one of which I have not run into before with > cygwin. I have a W2K workstation at work, and I use cygwin to ssh into both > Solaris and RedHat Linux boxes to do development. Sometimes, while ssh'd into > a remote host, I have to 'Ctl+C' out of

Re: SSH session terminates with Ctl+C

2003-08-06 Thread Brian Dessent
Larry Hall wrote: > Brian, what makes you think this is a Cygwin problem? To me, if it > works Cygwin->Cygwin and Cygwin->Solaris but not Cygwin->Linux, then > it's not likely that a change on the Cygwin side is going to help, IMO. > FWIW, this worked for me Cygwin->Cygwin from bash and from rxvt

Re: SSH session terminates with Ctl+C

2003-08-06 Thread Ehud Karni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 5 Aug 2003 16:17:24 -0700 (PDT), Jeff Nokes <[EMAIL PROTECTED]> wrote: > > Here's my ssh -v output: [snip] > debug1: channel 0: request x11-req > debug1: channel 0: request shell > debug1: channel 0: open confirm rwindow 0 rmax 32768 > [EMAIL

Re: SSH session terminates with Ctl+C

2003-08-05 Thread Larry Hall
Brian Dessent wrote: Jeff Nokes wrote: I've ran into a strange issue, one of which I have not run into before with cygwin. I have a W2K workstation at work, and I use cygwin to ssh into both Solaris and RedHat Linux boxes to do development. Sometimes, while ssh'd into a remote host, I have to