I'm trying install pserver to access from a remote computer to my CVS,
but with password
authentication.

I have RedHat 7.0 in my computer and it uses the file xinetd

xinetd file contain an include of the xinetd.d folder and this folder
contain a file called
cvspserver

cvspserver file stores:

service cvspserver
{
  socket_type         = stream
 protocol            = tcp
 wait                = nowait
 user                = root
 passenv             = /usr/bin/cvs
 server              = /home/cvs/CVSROOT
 server_args         = --allow-root=/home/cvs/CVSROOT pserver
}



and the /etc/service stores

cvspserver 2401/tcp   # CVS client/server operations
cvspserver 2401/udp   # CVS client/server operations


In other hand, my hosts.allow store a line to access in remote mode like

rsh: 130.37.30.97

to allow that computer acceds to my computer by rsh.


But when I try connect in remote mode with the next expresion...

%%%%  cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs  login

I introduce my password and the request of geneura is


cvs [login aborted]: recv() from server geneura.ugr.es: Connection reset
by peer


Please, could somebody suggest some solution please.

Of course, CVS store users and passwords and it runs before, but not
now, so I think that
users
file and passwords files are OK.


Thanks in advance

Maribel


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to