Title: Could you please help about rsh connection with xinetd

Dear sirs,

I can setup cvs server with rsh connection by inetd.conf.

But now we use xinetd for rsh connection in redhat 7.0,

do you know how to set xinetd.conf and in "/etc/xinetd.d/rsh".

This is my setting for "/etc/xinetd.d/rsh".
================================================
service shell
{
        disable         = no
        socket_type     = stream
        wait            = no
        user            = root
        log_on_success += USERID
        log_on_failure  += USERID
        port            = 2401
        protocol        = tcp
        server          = /usr/bin/cvs
        server_args     = -f -allow -root=/usr/cvsroot pserver
}
================================================

and also I added my client cvs's IP address in "/etc/hosts.allow"

Does it correct? please help!

Best Regards
Qianghua Song

Reply via email to