I have what I believe to be an ID ten t error on my part. I have CVS server
as a pserver, but allow access only from the local host. On my windows box I
can start ssh port forwarding and use wincvs to connect to the server and
checkout modules, but from the linux server I get authentication errors.

I am using the following commands

export CVSROOT=:pserver:chadws@localhost:/var/local/cvs
cvs login

This gives me a prompt and an authentication error. Does anyone see what I
am doing incorrectly? (I have also substituted the machines DNS name and
received the same result.

My xinetd config file follows:

service cvspserver
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server  = /usr/bin/cvs
        server_args     = -f --allow-root=/var/local/cvs pserver
        disable = no
}

Thanks,
Chad



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

Reply via email to