for using LinCVS with ssh, you must do:

1.)
create keys on local machine:
> ssh-keygen

2.)
copy the .ssh/identity.pub to .ssh/authorized_keys in his/her home dir
on the remote machine


thats all. almost.

you need:
-ssh of course
-ssh-keygen ;-)
-ssh-agent
-ssh-askpass (on SuSE 7.0, you can it found in /usr/lib/ssh/)
--> ssh-askpass must be in your PATH
-ssh-add
-rsa authentication must be enabled in ssh_config