Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2000 21:04:28 -0700
From:      Marcel Moolenaar <marcel@cup.hp.com>
To:        Garance A Drosihn <drosih@rpi.edu>
Cc:        Jordan Hubbard <jkh@winston.osd.bsdi.com>, Alfred Perlstein <bright@wintelcom.net>, arch@FreeBSD.ORG
Subject:   Re: cvs commit: src/etc inetd.conf
Message-ID:  <39E5384C.4C3C0D53@cup.hp.com>
References:  <15251.971315263@winston.osd.bsdi.com> <v04210104b60acfa922f4@[128.113.24.47]>

next in thread | previous in thread | raw e-mail | index | archive | help
Garance A Drosihn wrote:
> 
>      Leave telnetd enabled, but have a dumb message printed
>      every time someone logs into root while it is enabled.
>      Just add a dumb check to /root/.cshrc.  I don't do any
>      csh scripting, but in bash it'd be something like:
> 
>           grep -qs '^telnet' /etc/inetd.conf
>           if [ $? -eq 0 ] ; then
>              echo ""
>              echo "*** Note: telnetd is enabled in /etc/inetd.conf"
>              echo "***       either comment it out of there, or"
>              echo "***       delete this check in /root/.bashrc"
>              echo ""
>          fi

This message is targetted for an audience that doesn't know whether or
not telnetd is enabled in inetd.conf. The contradiction is in the
assumption that these people care about security. They don't; otherwise
they would know whether telnetd was enabled or not. Therefore, the
message is meaningless.

-- 
Marcel Moolenaar
  mail: marcel@cup.hp.com / marcel@FreeBSD.org
  tel:  (408) 447-4222


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




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