According to Geoff Hutchison:
> On Thu, 11 Jan 2001, Gilles Detillieux wrote:
> > OK, maybe I don't have a clear handle on how this is set up, but if I
> > run cvs over ssh, it will still be operating on a copy of the source
> > tree located on the ssh server, not on my own system. Is that correct?
>
> Nope. You still have a local copy. It just means that it uses SSH
> internally to send the patches, etc. e.g:
>
> export CVS_RHS=ssh # could be set in your .bashrc or similar
> cvs commit
> [EMAIL PROTECTED] password:
Ah, now I get it! I didn't realise that cvs normally used rsh for the
file transfers. I was assuming it used its own protocol and TCP port.
Now this makes a lot of sense. Is this something I can do right now,
or does something need to be set up on the server side before I can do
this? BTW, that is supposed to be CVS_RSH, not RHS, right?
For some reason, I don't seem to have ssh access to the htdig.org system
anymore, at all. I used to be able to do "ssh htdig.org some command",
it would ask for my password, and do the command. Now, htdig.org doesn't
resolve to an IP address, so I tried www.htdig.org and cvs.htdig.org, but
both give me Permission denied.
> > If there's a way to securely and conveniently commit changes from my
> > own filesystem, how do I set that up?
>
> Exactly this. The SSH key would prevent needing to use a password every
> time you run a cvs command. (In my case, it's enough to be worth it.) But
> if you're willing to type the password, then you're set.
And I assume that the SSH key is generated using ssh-keygen, correct?
Anyway, please let me know when things are set up to do this at the
server end, and I'll set it up at my end.
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba Phone: (204)789-3766
Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.