Re: Cygwin ssh exits when I hit ctrl+c in a shell over a slow connection
From: Darren Dunham (ddunham_at_redwood.taos.com)
Date: 05/06/05
- Next message: Darren Dunham: "Re: Gnome login screen"
- Previous message: Mr. G. D. Geen: "Re: ssh login without pasword on sun cluster"
- Maybe in reply to: Darren Tucker: "Re: Cygwin ssh exits when I hit ctrl+c in a shell over a slow connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 06 May 2005 21:20:22 GMT
Keith Thompson <kst-u@mib.org> wrote:
> I've seen some odd behavior in Cygwin. I run a shell in a command
> window, then start an X server from there and do my actual work in
> xterm windows. If I hit control-C in the command window, it affects
> both the current process in the command window *and* the current
> process in the active xterm window behind it.
> I have no idea why it does this or whether it's related to your
> problem, but if you're running in a command window you might try
> running under X instead. (Cygwin includes an X server, or if you
> prefer you can use a third-party X server like Exceed.)
To avoid the overhead of running an X server all the time, and to get an
actual decent terminal, I use rxvt locally.
Make sure you've got it if you don't have a full cygwin install, then I
just make a bat file and link to it. Here's the bat file.
$ cat /rxvt.bat
@echo off
C:
chdir C:\cygwin\bin
rxvt -fn 9x15 -tn xterm -sl 2000 -e bash --login -i
Much better than a command window, but still local and light.
-- Darren Dunham ddunham@taos.com Senior Technical Consultant TAOS http://www.taos.com/ Got some Dr Pepper? San Francisco, CA bay area < This line left intentionally blank to confuse you. >
- Next message: Darren Dunham: "Re: Gnome login screen"
- Previous message: Mr. G. D. Geen: "Re: ssh login without pasword on sun cluster"
- Maybe in reply to: Darren Tucker: "Re: Cygwin ssh exits when I hit ctrl+c in a shell over a slow connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|