> 
> Hi SSH users:
> 
>       I heard that SSH and CVS can be integrated to work together.
>       If anyone knows how to do this, please let me know.
> 
>       All help is appreciated.
> 
        Yes.  If you have ssh connectivity to a system where you have a 
repository, you can set your CVSROOT to ':ext:userid@hostname:/dir/of/repos'
and then run an ssh-agent and ssh-add to establish your connection; then 
set CVS_RSH in the environment to /usr/local/bin/ssh (or wherever the path 
to your ssh client is) and it works very nicely. (see section 4.6.1 of the 
CVS documentation).  I prefer this highly over pserver mode.
-- 
Bradford K. Hull  | Resistentialism: (N) the perceived tendency of inanimate
[EMAIL PROTECTED]     | objects to be obstinate. E.g. the toaster that won't pop
(206)701-2066     | up, the spring clip that keeps jumping out on the floor.
                  |                 from "The Spizzerinctum Archive"

Reply via email to