Luke Kendall wrote:

> Mike Castle wrote:
>
> > On Fri, Oct 13, 2000 at 02:42:15PM +1100, Luke Kendall wrote:
> > > But the CVS archive isn't working for the Windows machines anymore;
> > > any attempt to do a cvs login gets the error below:
> > >
> > >     CVSROOT set to :pserver:luke@localhost:/home/mantovani/cvs-archive
> > >     Started ssh, so now you need to cvs login:
> > >     (Logging in to luke@localhost)
> > >     CVS password:
> > >     cvs [login aborted]: authorization failed: server localhost rejected access
> >
> > Wait.  You are using ssh to log back into the Windows machine?
> > (luke@localhost)   That doesn't seem to make a lot of sense.  Or were you
> > just obscurring information there?
>
> No, that's exactly what I used; it's the output from a script wrapped
> around it that only starts an ssh connection to the cvs server machine
> if there isn't already one running, and also sets some environment
> variables.

That sure looks like the standard error message.  Are you sure you are sending the
right user name?  You said you move the CVS repository.  Are you sure your ssh is
still forwarding the connection to the correct machine and not to another without your
name in the password file?  Are you sure the repository root (--allow-root=...) hasn't
changed and is it still being specified correctly to the pserver command?

Play with CVS_CLIENT_LOG and see if you can trace more of the authentication.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED]     OpenAvenue ( http://OpenAvenue.com )
--
The cost of living hasn't affected its popularity.




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

Reply via email to