[ On Thursday, April 20, 2000 at 15:15:59 (-0700), Cindy Hahn wrote: ]
> Subject: cvs over ssh ugliness
>
>   From watching the
> server, he is authenticating correctly and then the process
> running his cvs command just blocks and never executes.  On
> the client side it just completely hangs.  Taking his identity
> file to another machine works perfectly.  Does anybody have
> *any* clue at all where the problem might be?

Whenever you're having any kind of problem with SSH, particularly with
trying to execute a command on a remote server, you should always try a
very simple command with full debugging turned on.  May favourite
command to try is 'id' because it not only has short output, but its
output is predictable and a useful test on its own:

        ssh -v host.domain id

If the user can do that then the problem is not likely with SSH but
rather with how CVS invokes SSH, or with the CVS client itself.  If it
doesn't work then try that also on the client machine where CVS seems to
work OK and compare the differences.

-- 
                                                        Greg A. Woods

+1 416 218-0098      VE3TCP      <[EMAIL PROTECTED]>      <robohack!woods>
Planix, Inc. <[EMAIL PROTECTED]>; Secrets of the Weird <[EMAIL PROTECTED]>

Reply via email to