Re: FC5 and rlogin/rsh/rcp



On Fri, 31 Mar 2006 16:06:53 +1200, Jeffrey Ross wrote:

That was good, except that xinetd was not set up to run automatically on
system boot. When I ran xinetd manually (having commented out the
disable lines in /etc/xinetd.d/rlogin, etc), I was able to log in
remotely. I wonder if this service is being made difficult to use on
purpose or if I missed some relevant setting in the installation?

I'm afraid you have.

Xinetd isn't enabled upon installation because you need the
opportunity to configure stuff like hosts.allow and hosts.deny before
you open your server for business.

The preferred method, instead of all that horrid editing, is to use
the infrastructure already in place:

# service xinetd start

starts the service for *this* boot, and

# chkconfig xinetd on

will cause xinetd to start on the *next* boot.

HTH
.



Relevant Pages

  • xinetd help
    ... I went into sysv-init editor and removed it from booting up and ... having problems getting xinetd to boot at all at times and this seems to ... I configured the kernel and boot from ...
    (alt.linux)
  • Re: /etc/sysconfig/vncservers file is missing
    ... > SuSE distributed vnc as a SysV init type service. ... > vnc to be managed by xinetd so the files listed above are gone. ... Vncserver is just a wrapper script used primarily to launch ... I want to boot the system into runlevel 3. ...
    (alt.os.linux.suse)
  • FC5 and rlogin/rsh/rcp
    ... because this explicitly includes rlogin, telnet, etc, but rlogind wasn't ... Yes, I know they're not secure, but that's not a concern in my ... However I then found that I was missing xinetd, ... relevant setting in the installation? ...
    (linux.redhat)
  • Re: cant install XP Pro --sp2.cab problem
    ... I've been trying to boot from CD, ... > The system will reboot at intervals several times during the installation ... > Do not press any key and let the system boot from the hard drive to continue ... >> boot floppies twice. ...
    (microsoft.public.windowsxp.setup_deployment)
  • Questionable merits of inetd replacements
    ... I am surprised that FreeBSD's default installation still uses inetd ... > instead of xinetd. ... FreeBSD's inetd offers features which are not present in xinetd, ...
    (FreeBSD-Security)