Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2001 11:36:16 -0500 (EST)
From:      Daniel Eischen <eischen@vigrid.com>
To:        assar@freebsd.org
Cc:        current@freebsd.org
Subject:   Re: telnet broken with auto-negotiation of encrypt/decrypt change
Message-ID:  <Pine.SUN.3.91.1010322113105.4861A-100000@pcnet1.pcnet.com>
In-Reply-To: <5ln1adlu31.fsf@assaris.sics.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On 22 Mar 2001 assar@freebsd.org wrote:
> Daniel Eischen <eischen@vigrid.com> writes:
> > 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-].
> 
> Thanks.  The problem is with SRA using fgets/getpass for its prompts.
> The simplest way of fixing this is by disabling SRA with the following
> patch:

I can test this later tonight, but if you say it works, I'm fine
with that.  I'd say go ahead and commit it unless/until SRA can
be "fixed".

-- 
Dan Eischen


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.1010322113105.4861A-100000>