Remote Access
Two forms:
pserver - allows separate list of users from shell
accounts, but is incredibly insecure
-
ssh - requires shell account but uses secure
connection
Requires that you set CVS_RSH environment variable
to ssh, as in:
$ export CVS_RSH=ssh
Other modes of access such as Kerberos are possible.