BSD 4_3_Reno development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 25 Jun 1990 06:01:58 +0000 (22:01 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 25 Jun 1990 06:01:58 +0000 (22:01 -0800)
Work on file usr/src/kerberosIV/make_keypair/make_keypair.8

Synthesized-from: CSRG/cd2/4.3reno

usr/src/kerberosIV/make_keypair/make_keypair.8 [new file with mode: 0644]

diff --git a/usr/src/kerberosIV/make_keypair/make_keypair.8 b/usr/src/kerberosIV/make_keypair/make_keypair.8
new file mode 100644 (file)
index 0000000..4e429db
--- /dev/null
@@ -0,0 +1,38 @@
+.\" Copyright (c) 1980 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\"    @%G
+.\"
+.TH MAKE_KEYPAIR 8
+.UC 4
+.SH NAME
+make_keypair
+.SH SYNOPSIS
+.B make_keypair hostname [ hostname ... ] \- generate Kerberos host key pair
+.SH DESCRIPTION
+The
+.I make_keypair
+command
+is used to create pairs of DES keys for
+each host.
+The keys are used by priviledged programs such as
+.IR register (1)
+to make remote updates to the Kerberos database without
+having to have first acquired a Kerberos ticket granting ticket (TGT).
+The keys created by
+.I make_keypair
+are placed (by hand) in the filesystems of the
+kerberos server in /etc/kerberosIV/register_keys,
+and in the root directory on the clients.
+For example, the file /.update.key128.32.130.3 would
+contain a copy of the key on the client with
+IP address 128.32.130.3.
+These keys provide a shared secret which may be used to establish
+a secure channel between the client hosts and the Kerberos server.
+.SH FILES
+.br
+/.update.keyxx.xx.xx.xx         shared DES key with server
+/etc/kerberosIV/register_keys  server's key storage directory
+.SH "SEE ALSO"
+register(1), registerd(8), kerberos(1)