On Tue, 30 May 2000, Alan Mead wrote:

> I've done this years ago but not since.  On my private LAN at home behind a 
> firewall I want to allow some processes to logon without 
> authentication.  One of the machines is running RH 6.0 (the other RH 6.2) 
> and for now will not run OpenSSH so I'll start with rsh.

OK, just so long as you know that this is a bad choice. Though behind a 
firewall on your home lan is probably not the greatest security risk. I 
strongly suggest using ssh and .shosts, etc.

Anyway, do the following

        1) Check to make sure /etc/hosts.equiv has the client ip addresses.
        2) Uncomment the following line in /etc/inetd.conf ...

#shell  stream  tcp     nowait  root    /usr/sbin/tcpd  in.rshd

        3) Restart tcp wrappers via

                /etc/rc.d/init.d/inet stop
                /etc/rc.d/init.d/inet start

That should do it. If you have problems after that, check the permissions on 
.rhosts.

Hope that helps

Carey

-- 
 ======================================================================
<>   Carey F. Cox, PhD             |  PHONE: (409) 880-8770           <>
<>   Assistant Professor           |  FAX:   (409) 880-8121           <>
<>   Dept. of Mech. Eng.           |  EMAIL: [EMAIL PROTECTED]  <>
<>   Lamar University              |  WEB:   N/A                      <>
 ======================================================================


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to