info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Could you please help about rsh connection with xinetd


From: Qiang-Hua Song
Subject: Could you please help about rsh connection with xinetd
Date: Thu, 13 Sep 2001 14:53:50 +0800


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

[Prev in Thread] Current Thread [Next in Thread]