Joe Kaiping writes:
> 
> CVSROOT=:ext:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/usr1/cvs login
> (Logging in to [EMAIL PROTECTED])
> 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
> [EMAIL PROTECTED]'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

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

Reply via email to