I've recently installed RH7 on my system.  I can ftp and
telnet into the RH7 box  but I cannot rlogin.  Any
suggestions?  (BTW, everything worked when this machine
had RH6 on it .. I did a fresh install not an upgrade).


xinetd is running, chkconfig reports:

xinetd based services:
        linuxconf-web:  off
        wu-ftpd:        on
        chargen:        off
        chargen-udp:    off
        daytime:        off
        daytime-udp:    off
        echo:   off
        echo-udp:       off
        time:   off
        time-udp:       off
        telnet: on
        rexec:  on
        login:  on
        shell:  on
        rlogin: on
        rsh:    on
        imap:   off
        imaps:  off
        ipop2:  off
        ipop3:  off
        pop3s:  off
        swat:   on

My /etc/xinetd.d rlogin file contains:

# default: on
# description: rlogind is the server for the rlogin(1) program.  The
server \
#       provides a remote login facility with authentication based on \
#       privileged port numbers from trusted hosts.
service login
{
        socket_type             = stream
        wait                    = no
        user                    = root
        log_on_success          += USERID
        log_on_failure          += USERID
        server                  = /usr/sbin/in.rlogind
}


My /etc/xinetd.d/rexec file contains:



# description: Rexecd is the server for the rexec(3) routine.  The
server \
#       provides remote execution facilities with authentication based \
#       on user names and passwords.
service exec
{
        socket_type             = stream
        wait                    = no
        user                    = root
        log_on_success          += USERID
        log_on_failure          += USERID
        server                  = /usr/sbin/in.rlogind
        disable                 = no
}


By the way, do I need both rexec and rlogin files in /etc/xinetd.d?

Thanks,
Bruce


-- 
====================================================================
Bruce Kall
Mayo Foundation
Rochester, MN

e-mail: [EMAIL PROTECTED]
phone: (507) 255-4768
 
====================================================================



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to