2.9.5 Direct connection with Kerberos
The easiest way to use Kerberos is to use the Kerberos
This section concerns the Kerberos network security system, version 4. Kerberos version 5 is supported via the GSSAPI generic network security interface, as described in the previous section. To do this, CVS needs to be compiled with Kerberos support; when configuring CVS it tries to detect whether Kerberos is present or you can use the `--with-krb4' flag to configure.
The data transmitted is not encrypted by
default. Encryption support must be compiled into both
the client and server; use the
`--enable-encryption' configure option to turn it
on. You must then use the
You need to edit `inetd.conf' on the server
machine to run
When you want to use CVS, get a ticket in the
usual way (generally
Previous versions of CVS would fall back to a connection via rsh; this version will not do so.
This document was generated by Frank Budszuhn on 10/28/2004 using slightly modified texi2html |