From owner-freebsd-questions Wed Dec 12 7:27:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wow.atlasta.net (wow.atlasta.net [128.241.76.20]) by hub.freebsd.org (Postfix) with ESMTP id B572037B416; Wed, 12 Dec 2001 07:27:14 -0800 (PST) Received: from localhost (drais@localhost) by wow.atlasta.net (8.11.2/8.11.2) with ESMTP id fBCFPkE67539; Wed, 12 Dec 2001 07:25:48 -0800 (PST) Date: Wed, 12 Dec 2001 07:25:46 -0800 (PST) From: David Raistrick To: Ilya Martynov Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: Control-C doesn't work with ssh In-Reply-To: <87itbctqv7.fsf@juil.domain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 12 Dec 2001, Ilya Martynov wrote: > > Hi, > > Have anybody know what can cause for not working Control-C in ssh? > > It doesn't work anymore on my FreeBSD server if I login on it with > ssh. For example I can't break 'tail -f /some/file' with Control-C. It > just prints "^C" but doesn't kill the process. I have to suspend it > with Control-Z and manually kill with 'kill %1'. try setting stty intr '^C' and see if it will then accept the break. I keep one of these in my .login at all times (but then, i'm a tcsh user) stty crt -tostop erase '^H' kill '^U' intr '^C' status '^T' ....david --- david raistrick (no longer deep in the south georgia woods) drais@atlasta.net http://www.expita.com/nomime.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message