From owner-freebsd-current Thu Mar 22 4:51:43 2001 Delivered-To: freebsd-current@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 1E99537B718; Thu, 22 Mar 2001 04:51:40 -0800 (PST) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id HAA28944; Thu, 22 Mar 2001 07:51:08 -0500 (EST) Date: Thu, 22 Mar 2001 07:51:07 -0500 (EST) From: Daniel Eischen To: assar@freebsd.org Cc: Dan Eischen , current@freebsd.org Subject: Re: telnet broken with auto-negotiation of encrypt/decrypt change In-Reply-To: <5lhf0mni77.fsf@assaris.sics.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22 Mar 2001 assar@freebsd.org wrote: > Dan Eischen writes: > > This commit broke telnet (or perhaps exposed brokenness that was > > already present and never noticed): > > > > $ cvs -R log -Nr1.6 main.c > > > > RCS file: /opt/b/CVS/src/crypto/telnet/telnet/main.c,v > > [...] > > description: > > ---------------------------- > > revision 1.6 > > date: 2001/03/12 03:54:48; author: assar; state: Exp; lines: +14 -1 > > enable auto-negotiation of encrypt and decrypt > > ============================================================================= > > > > Telnet no longer catches CTRL-C, CTRL-D, SIGHUP, or CTRL-] quit. > > Apart from that this should not cause that happen, I'm not able to > reproduce this problem. How should I go about doing that? As someone else has already posted, the following will reproduce the behaviour on my system: bash-2.02$ telnet localhost Trying ::1... Connected to localhost. Escape character is '^]'. Trying SRA secure login: User (deischen): ^C^C^C^C^C^C^C Password: [ SRA login failed ] User (deischen): ^Z [1]+ Stopped telnet localhost bash-2.02$ kill -9 13164 [1]+ Killed telnet localhost Once you login and are connected, telnet can then again be escaped with CTRL-]. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message