Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2001 09:50:54 -0700
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>
To:        Gavin Atkinson <gavin@ury.york.ac.uk>
Cc:        Evan Oldford <evan@whistle.com>, <freebsd-stable@FreeBSD.ORG>
Subject:   Re: telnet sometimes gets "SRA secure login" prompt??
Message-ID:  <15088.15086.618567.767691@horsey.gshapiro.net>
In-Reply-To: <Pine.BSF.4.33.0105021745550.57439-100000@ury.york.ac.uk>
References:  <3AF03953.A69B178F@whistle.com> <Pine.BSF.4.33.0105021745550.57439-100000@ury.york.ac.uk>

index | next in thread | previous in thread | raw e-mail

>> Edit your /etc/inetd.conf  "-a" option (man telnetd)
>> telnet  stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd
>> -a off

gavin> Had done - and after a kill -HUP inetd this still made no
gavin> difference. This confused me... I eventually recompiled telnetd to
gavin> use the old version

Using "-a off" won't help.  Use:

telnet	stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd -a off -X sra
telnet	stream	tcp6	nowait	root	/usr/libexec/telnetd	telnetd -a off -X sra

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



home | help

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