info-cvs
[Top][All Lists]
Advanced

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

Re: Could you please help about rsh connection with xinetd


From: Derek Robert Price
Subject: Re: Could you please help about rsh connection with xinetd
Date: Thu, 13 Sep 2001 15:16:54 -0400

Qiang-Hua Song wrote:

>
>
> 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!

Please send inquiries of this sort to the address@hidden mailing list.

Derek






reply via email to

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