Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2003 18:30:06 +0930
From:      "Thyer, Matthew" <Matthew.Thyer@dsto.defence.gov.au>
To:        "'kientzle@acm.org'" <kientzle@acm.org>
Cc:        "Wilkinson, Alex" <Alex.Wilkinson@dsto.defence.gov.au>
Subject:   RE: FreeBSD-CURRENT telnet can't disable autologin
Message-ID:  <5F13229E7BA2D611BD0300306E010DB08C971D@ednex503.dsto.defence.gov.au>

next in thread | raw e-mail | index | archive | help
Sorry my fault for not testing well enough.

You are quite correct it works when I actually telnet to a machine.

-----Original Message-----
From: Tim Kientzle [mailto:kientzle@acm.org]
Sent: Wednesday, 15 October 2003 4:31 PM
To: Thyer, Matthew
Cc: 'current@FreeBSD.org'
Subject: Re: FreeBSD-CURRENT telnet can't disable autologin


Thyer, Matthew wrote:
> Some people don't want auto login but are being frustrated when they try to disable it as below.
> 
> What is the correct way to disable this feature?
> 
> fuzz: {1017} cat ~/.telnetrc 
> unset autologin
> 
> fuzz: {1018} telnet
> telnet> display
> will flush output when sending interrupt characters.
> won't send interrupt characters in urgent mode.
> will send login name and/or authentication information.    <----- * NOTE

This should work.

Note that, according to the man page, the .telnetrc
file is read at the time of the 'open' command,
so the above does accord with the documentation.

What happens when you try to 'open' a connection?

Tim Kientzle



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5F13229E7BA2D611BD0300306E010DB08C971D>