info-cvs
[Top][All Lists]
Advanced

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

Re: can't login via pserver and therefore can't save ~/.cvspass file


From: Larry Jones
Subject: Re: can't login via pserver and therefore can't save ~/.cvspass file
Date: Sat, 24 Mar 2001 11:23:53 -0500 (EST)

Joe Kaiping writes:
> 
> CVSROOT=:ext:address@hidden:/usr1/cvs
> CVS_RSH=ssh
> 
> When I try to create a ~/.cvspass on the client with the following command
> it hangs after I type in my CVS password.
> 
> Unix prompt->cvs -d :pserver:address@hidden:/usr1/cvs login
> (Logging in to address@hidden)
> CVS password:

Well make up your mind -- are you going to connect with ssh or with
pserver?  ~/.cvspass is only used by pserver, so it won't do you any
good if you're connecting with ssh.  Set CVSROOT the way you want it and
don't override it on the command line.  My guess is that there's a
firewall between your client and server that isn't passing the
cvspserver protocol.

> Unix prompt->cvs checkout mymodulename
> address@hidden's password:
> stty: standard input: Invalid argument  <-- ERROR MESSAGE

That looks like ssh is running your .profile or .cshrc and it contains
an stty command that isn't valid when running that way.

-Larry Jones

I can feel my brain beginning to atrophy already. -- Calvin



reply via email to

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