Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2007 19:18:14 -0500
From:      alex@schnarff.com
To:        freebsd-questions@freebsd.org
Subject:   Re: root login with telnetd
Message-ID:  <20070310191814.l15cskkoqsgsosks@mail.schnarff.com>
In-Reply-To: <200703101338.22384.beech@alaskaparadise.com>
References:  <20070310224946.K10353@chylonia.3miasto.net> <200703101338.22384.beech@alaskaparadise.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Beech Rintoul <beech@alaskaparadise.com>:

> Content-Type: text/plain;
>   charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> Content-Disposition: inline
>
> On Saturday 10 March 2007 12:52, Wojciech Puchar said:
>> can it be set to make possible to login root to machine through
>> telnet and without telneting to some user and then su -
>> ?
>>
>> with sshd and rshd it can be set, with telnetd - no success.
>
> That is a REALLY BAD idea. Why don't you just publish your address and
> set the root password to nothing. It's only going to take a cracker a
> couple of minutes or less to own your server once they find you (and
> they will).

In fact, it's such a bad idea that there's a Snort rule for it (and a 
really old one at that):

alert tcp $TELNET_SERVERS 23 -> $EXTERNAL_NET any (msg:"TELNET root 
login"; flow
:from_server,established; content:"login|3A| root"; 
classtype:suspicious-login;
sid:719; rev:7;)

Of course, if you really want to do this, I agree with everyone else -- 
just put your IP on this list, and we'll help you right on out. :-)

Alex Kirk




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