[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Need to change /etc/inetd.conf without telnet access
- Subject: Re: [cobalt-users] Need to change /etc/inetd.conf without telnet access
- From: "Thomas Prommer [ AMS GmbH ]" <prommer@xxxxxxxxxxxxxxxxx>
- Date: Sun Nov 4 15:50:04 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> >Hi there ,
> >
> >who can help me ? Caused through a hacker attack I cannot
> >connect anymore to my RAQ4 by telnet as the hacker uncommented
> >lines in the file /etc/inetd.conf . WWW and FTP are still working and
> >a correct /etc/inetd.conf.master is available on the server .
>
> I would UNCHECK the Telnet box in the GUI and then restart it and
> then RECHECK the box and restart it again...seems like that might
> reload the master inetd.conf...let us know!
> --
Thanks for the hint , unfortunately it didn't work . telnet is activated in
the
inetd.conf but when i try to connect there is no user / pass request after
_Cobalt Linux release 6.0 (Shinkansen-Decaf)
_Kernel 2.2.16C28_III on an i586
so no login is possible . maybe the uncommented login line in teh inetd.conf
is reasponsible for this fault ? the upper part of my inetd.conf looks like
:
# These are standard services.
#
ftp stream tcp nowait root /usr/sbin/tcpd in.proftpd
telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
#
# Shell, login, exec, comsat and talk are BSD protocols.
#
shell stream tcp nowait root /usr/sbin/tcpd in.rshd
#login stream tcp nowait root /usr/sbin/tcpd in.rlogind
#exec stream tcp nowait root /usr/sbin/tcpd in.rexecd
#comsat dgram udp wait root /usr/sbin/tcpd in.comsat
#talk dgram udp wait root /usr/sbin/tcpd in.talkd
#ntalk dgram udp wait root /usr/sbin/tcpd in.ntalkd
#dtalk stream tcp waut nobody /usr/sbin/tcpd in.dtalkd
#
thanks
thomas