/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-keygen.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-17 06:01:58 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080817060158-o5xakkih6t3br9yq
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
            GPGME_CFLAGS, GPGME_LIBS): New; use libgnutls-config,
                                       pkg-config, and gpgme-config to
                                       get the correct compiler and
                                       linker flags.
  (MANPOST): New post-processing stage to man pages to fix a bug with
             having "\n" in the DocBook pages.
  (objects): Use $(addsuffix) instead of a for loop in a subshell.
  (plugin-runner, plugins.d/password-prompt): Removed; targets no
                                              longer necessary.
  (.PHONY): Added "doc".

* mandos.xml: Much improved.

* plugins.d/password-request.xml: Improved SEE ALSO section.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<?xml-stylesheet type="text/xsl"
 
3
        href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"?>
2
4
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
5
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
6
<!ENTITY VERSION "1.0">
5
7
<!ENTITY COMMANDNAME "mandos-keygen">
6
 
<!ENTITY TIMESTAMP "2008-08-31">
7
8
]>
8
9
 
9
 
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
 
10
<refentry>
10
11
  <refentryinfo>
11
 
    <title>Mandos Manual</title>
12
 
    <!-- NWalsh’s docbook scripts use this to generate the footer: -->
13
 
    <productname>Mandos</productname>
 
12
    <title>&COMMANDNAME;</title>
 
13
    <!-- NWalsh's docbook scripts use this to generate the footer: -->
 
14
    <productname>&COMMANDNAME;</productname>
14
15
    <productnumber>&VERSION;</productnumber>
15
 
    <date>&TIMESTAMP;</date>
16
16
    <authorgroup>
17
17
      <author>
18
18
        <firstname>Björn</firstname>
31
31
    </authorgroup>
32
32
    <copyright>
33
33
      <year>2008</year>
34
 
      <holder>Teddy Hogeborn</holder>
35
 
      <holder>Björn Påhlsson</holder>
 
34
      <holder>Teddy Hogeborn &amp; Björn Påhlsson</holder>
36
35
    </copyright>
37
36
    <legalnotice>
38
37
      <para>
67
66
  <refnamediv>
68
67
    <refname><command>&COMMANDNAME;</command></refname>
69
68
    <refpurpose>
70
 
      Generate key and password for Mandos client and server.
 
69
      Generate keys for <citerefentry><refentrytitle>password-request
 
70
      </refentrytitle><manvolnum>8mandos</manvolnum></citerefentry>
71
71
    </refpurpose>
72
72
  </refnamediv>
73
73
 
74
74
  <refsynopsisdiv>
75
75
    <cmdsynopsis>
76
76
      <command>&COMMANDNAME;</command>
77
 
      <group>
78
 
        <arg choice="plain"><option>--dir
79
 
        <replaceable>DIRECTORY</replaceable></option></arg>
80
 
        <arg choice="plain"><option>-d
81
 
        <replaceable>DIRECTORY</replaceable></option></arg>
82
 
      </group>
83
 
      <sbr/>
84
 
      <group>
85
 
        <arg choice="plain"><option>--type
86
 
        <replaceable>KEYTYPE</replaceable></option></arg>
87
 
        <arg choice="plain"><option>-t
88
 
        <replaceable>KEYTYPE</replaceable></option></arg>
89
 
      </group>
90
 
      <sbr/>
91
 
      <group>
92
 
        <arg choice="plain"><option>--length
93
 
        <replaceable>BITS</replaceable></option></arg>
94
 
        <arg choice="plain"><option>-l
95
 
        <replaceable>BITS</replaceable></option></arg>
96
 
      </group>
97
 
      <sbr/>
98
 
      <group>
99
 
        <arg choice="plain"><option>--subtype
100
 
        <replaceable>KEYTYPE</replaceable></option></arg>
101
 
        <arg choice="plain"><option>-s
102
 
        <replaceable>KEYTYPE</replaceable></option></arg>
103
 
      </group>
104
 
      <sbr/>
105
 
      <group>
106
 
        <arg choice="plain"><option>--sublength
107
 
        <replaceable>BITS</replaceable></option></arg>
108
 
        <arg choice="plain"><option>-L
109
 
        <replaceable>BITS</replaceable></option></arg>
110
 
      </group>
111
 
      <sbr/>
112
 
      <group>
113
 
        <arg choice="plain"><option>--name
114
 
        <replaceable>NAME</replaceable></option></arg>
115
 
        <arg choice="plain"><option>-n
116
 
        <replaceable>NAME</replaceable></option></arg>
117
 
      </group>
118
 
      <sbr/>
119
 
      <group>
120
 
        <arg choice="plain"><option>--email
121
 
        <replaceable>ADDRESS</replaceable></option></arg>
122
 
        <arg choice="plain"><option>-e
123
 
        <replaceable>ADDRESS</replaceable></option></arg>
124
 
      </group>
125
 
      <sbr/>
126
 
      <group>
127
 
        <arg choice="plain"><option>--comment
128
 
        <replaceable>TEXT</replaceable></option></arg>
129
 
        <arg choice="plain"><option>-c
130
 
        <replaceable>TEXT</replaceable></option></arg>
131
 
      </group>
132
 
      <sbr/>
133
 
      <group>
134
 
        <arg choice="plain"><option>--expire
135
 
        <replaceable>TIME</replaceable></option></arg>
136
 
        <arg choice="plain"><option>-x
137
 
        <replaceable>TIME</replaceable></option></arg>
138
 
      </group>
139
 
      <sbr/>
140
 
      <arg><option>--force</option></arg>
141
 
    </cmdsynopsis>
142
 
    <cmdsynopsis>
143
 
      <command>&COMMANDNAME;</command>
144
 
      <group choice="req">
145
 
        <arg choice="plain"><option>--password</option></arg>
146
 
        <arg choice="plain"><option>-p</option></arg>
147
 
      </group>
148
 
      <sbr/>
149
 
      <group>
150
 
        <arg choice="plain"><option>--dir
151
 
        <replaceable>DIRECTORY</replaceable></option></arg>
152
 
        <arg choice="plain"><option>-d
153
 
        <replaceable>DIRECTORY</replaceable></option></arg>
154
 
      </group>
155
 
      <sbr/>
156
 
      <group>
157
 
        <arg choice="plain"><option>--name
158
 
        <replaceable>NAME</replaceable></option></arg>
159
 
        <arg choice="plain"><option>-n
160
 
        <replaceable>NAME</replaceable></option></arg>
161
 
      </group>
162
 
    </cmdsynopsis>
163
 
    <cmdsynopsis>
164
 
      <command>&COMMANDNAME;</command>
165
 
      <group choice="req">
166
 
        <arg choice="plain"><option>--help</option></arg>
167
 
        <arg choice="plain"><option>-h</option></arg>
168
 
      </group>
169
 
    </cmdsynopsis>
170
 
    <cmdsynopsis>
171
 
      <command>&COMMANDNAME;</command>
172
 
      <group choice="req">
173
 
        <arg choice="plain"><option>--version</option></arg>
174
 
        <arg choice="plain"><option>-v</option></arg>
 
77
      <group choice="opt">
 
78
        <arg choice="plain"><option>--dir</option>
 
79
        <replaceable>directory</replaceable></arg>
 
80
      </group>
 
81
      <group choice="opt">
 
82
        <arg choice="plain"><option>--type</option>
 
83
        <replaceable>type</replaceable></arg>
 
84
      </group>
 
85
      <group choice="opt">
 
86
        <arg choice="plain"><option>--length</option>
 
87
        <replaceable>bits</replaceable></arg>
 
88
      </group>
 
89
      <group choice="opt">
 
90
        <arg choice="plain"><option>--name</option>
 
91
        <replaceable>NAME</replaceable></arg>
 
92
      </group>
 
93
      <group choice="opt">
 
94
        <arg choice="plain"><option>--email</option>
 
95
        <replaceable>EMAIL</replaceable></arg>
 
96
      </group>
 
97
      <group choice="opt">
 
98
        <arg choice="plain"><option>--comment</option>
 
99
        <replaceable>COMMENT</replaceable></arg>
 
100
      </group>
 
101
      <group choice="opt">
 
102
        <arg choice="plain"><option>--expire</option>
 
103
        <replaceable>TIME</replaceable></arg>
 
104
      </group>
 
105
      <group choice="opt">
 
106
        <arg choice="plain"><option>--force</option></arg>
 
107
      </group>
 
108
    </cmdsynopsis>
 
109
    <cmdsynopsis>
 
110
      <command>&COMMANDNAME;</command>
 
111
      <group choice="opt">
 
112
        <arg choice="plain"><option>-d</option>
 
113
        <replaceable>directory</replaceable></arg>
 
114
      </group>
 
115
      <group choice="opt">
 
116
        <arg choice="plain"><option>-t</option>
 
117
        <replaceable>type</replaceable></arg>
 
118
      </group>
 
119
      <group choice="opt">
 
120
        <arg choice="plain"><option>-l</option>
 
121
        <replaceable>bits</replaceable></arg>
 
122
      </group>
 
123
      <group choice="opt">
 
124
        <arg choice="plain"><option>-n</option>
 
125
        <replaceable>NAME</replaceable></arg>
 
126
      </group>
 
127
      <group choice="opt">
 
128
        <arg choice="plain"><option>-e</option>
 
129
        <replaceable>EMAIL</replaceable></arg>
 
130
      </group>
 
131
      <group choice="opt">
 
132
        <arg choice="plain"><option>-c</option>
 
133
        <replaceable>COMMENT</replaceable></arg>
 
134
      </group>
 
135
      <group choice="opt">
 
136
        <arg choice="plain"><option>-x</option>
 
137
        <replaceable>TIME</replaceable></arg>
 
138
      </group>
 
139
      <group choice="opt">
 
140
        <arg choice="plain"><option>-f</option></arg>
 
141
      </group>
 
142
    </cmdsynopsis>
 
143
    <cmdsynopsis>
 
144
      <command>&COMMANDNAME;</command>
 
145
      <group choice="req">
 
146
        <arg choice='plain'><option>-h</option></arg>
 
147
        <arg choice='plain'><option>--help</option></arg>
 
148
      </group>
 
149
    </cmdsynopsis>
 
150
    <cmdsynopsis>
 
151
      <command>&COMMANDNAME;</command>
 
152
      <group choice="req">
 
153
        <arg choice='plain'><option>-v</option></arg>
 
154
        <arg choice='plain'><option>--version</option></arg>
175
155
      </group>
176
156
    </cmdsynopsis>
177
157
  </refsynopsisdiv>
178
 
  
 
158
 
179
159
  <refsect1 id="description">
180
160
    <title>DESCRIPTION</title>
181
161
    <para>
182
162
      <command>&COMMANDNAME;</command> is a program to generate the
183
 
      OpenPGP key used by
 
163
      OpenPGP keys used by
184
164
      <citerefentry><refentrytitle>password-request</refentrytitle>
185
 
      <manvolnum>8mandos</manvolnum></citerefentry>.  The key is
 
165
      <manvolnum>8mandos</manvolnum></citerefentry>.  The keys are
186
166
      normally written to /etc/mandos for later installation into the
187
 
      initrd image, but this, and most other things, can be changed
188
 
      with command line options.
189
 
    </para>
190
 
    <para>
191
 
      This program can also be used with the
192
 
      <option>--password</option> option to generate a ready-made
193
 
      section for <filename>clients.conf</filename> (see
194
 
      <citerefentry><refentrytitle>mandos-clients.conf</refentrytitle>
195
 
      <manvolnum>5</manvolnum></citerefentry>).
196
 
    </para>
197
 
  </refsect1>
198
 
  
199
 
  <refsect1 id="purpose">
200
 
    <title>PURPOSE</title>
201
 
    <para>
202
 
      The purpose of this is to enable <emphasis>remote and unattended
203
 
      rebooting</emphasis> of client host computer with an
204
 
      <emphasis>encrypted root file system</emphasis>.  See <xref
205
 
      linkend="overview"/> for details.
 
167
      initrd image, but this, like most things, can be changed with
 
168
      command line options.
206
169
    </para>
207
170
  </refsect1>
208
171
  
209
172
  <refsect1 id="options">
210
173
    <title>OPTIONS</title>
211
 
    
 
174
 
212
175
    <variablelist>
213
176
      <varlistentry>
214
 
        <term><option>--help</option></term>
215
 
        <term><option>-h</option></term>
 
177
        <term><literal>-h</literal>, <literal>--help</literal></term>
216
178
        <listitem>
217
179
          <para>
218
180
            Show a help message and exit
221
183
      </varlistentry>
222
184
 
223
185
      <varlistentry>
224
 
        <term><option>--dir
225
 
        <replaceable>DIRECTORY</replaceable></option></term>
226
 
        <term><option>-d
227
 
        <replaceable>DIRECTORY</replaceable></option></term>
228
 
        <listitem>
229
 
          <para>
230
 
            Target directory for key files.  Default is
231
 
            <filename>/etc/mandos</filename>.
232
 
          </para>
233
 
        </listitem>
234
 
      </varlistentry>
235
 
 
236
 
      <varlistentry>
237
 
        <term><option>--type
238
 
        <replaceable>TYPE</replaceable></option></term>
239
 
        <term><option>-t
240
 
        <replaceable>TYPE</replaceable></option></term>
241
 
        <listitem>
242
 
          <para>
243
 
            Key type.  Default is <quote>DSA</quote>.
244
 
          </para>
245
 
        </listitem>
246
 
      </varlistentry>
247
 
 
248
 
      <varlistentry>
249
 
        <term><option>--length
250
 
        <replaceable>BITS</replaceable></option></term>
251
 
        <term><option>-l
252
 
        <replaceable>BITS</replaceable></option></term>
253
 
        <listitem>
254
 
          <para>
255
 
            Key length in bits.  Default is 2048.
256
 
          </para>
257
 
        </listitem>
258
 
      </varlistentry>
259
 
 
260
 
      <varlistentry>
261
 
        <term><option>--subtype
262
 
        <replaceable>KEYTYPE</replaceable></option></term>
263
 
        <term><option>-s
264
 
        <replaceable>KEYTYPE</replaceable></option></term>
265
 
        <listitem>
266
 
          <para>
267
 
            Subkey type.  Default is <quote>ELG-E</quote> (Elgamal
268
 
            encryption-only).
269
 
          </para>
270
 
        </listitem>
271
 
      </varlistentry>
272
 
 
273
 
      <varlistentry>
274
 
        <term><option>--sublength
275
 
        <replaceable>BITS</replaceable></option></term>
276
 
        <term><option>-L
277
 
        <replaceable>BITS</replaceable></option></term>
278
 
        <listitem>
279
 
          <para>
280
 
            Subkey length in bits.  Default is 2048.
281
 
          </para>
282
 
        </listitem>
283
 
      </varlistentry>
284
 
 
285
 
      <varlistentry>
286
 
        <term><option>--email
287
 
        <replaceable>ADDRESS</replaceable></option></term>
288
 
        <term><option>-e
289
 
        <replaceable>ADDRESS</replaceable></option></term>
 
186
        <term><literal>-d</literal>, <literal>--dir
 
187
        <replaceable>directory</replaceable></literal></term>
 
188
        <listitem>
 
189
          <para>
 
190
            Target directory for key files.
 
191
          </para>
 
192
        </listitem>
 
193
      </varlistentry>
 
194
 
 
195
      <varlistentry>
 
196
        <term><literal>-t</literal>, <literal>--type
 
197
        <replaceable>type</replaceable></literal></term>
 
198
        <listitem>
 
199
          <para>
 
200
            Key type.  Default is DSA.
 
201
          </para>
 
202
        </listitem>
 
203
      </varlistentry>
 
204
 
 
205
      <varlistentry>
 
206
        <term><literal>-l</literal>, <literal>--length
 
207
        <replaceable>bits</replaceable></literal></term>
 
208
        <listitem>
 
209
          <para>
 
210
            Key length in bits.  Default is 1024.
 
211
          </para>
 
212
        </listitem>
 
213
      </varlistentry>
 
214
 
 
215
      <varlistentry>
 
216
        <term><literal>-e</literal>, <literal>--email</literal>
 
217
        <replaceable>address</replaceable></term>
290
218
        <listitem>
291
219
          <para>
292
220
            Email address of key.  Default is empty.
295
223
      </varlistentry>
296
224
 
297
225
      <varlistentry>
298
 
        <term><option>--comment
299
 
        <replaceable>TEXT</replaceable></option></term>
300
 
        <term><option>-c
301
 
        <replaceable>TEXT</replaceable></option></term>
 
226
        <term><literal>-c</literal>, <literal>--comment</literal>
 
227
        <replaceable>comment</replaceable></term>
302
228
        <listitem>
303
229
          <para>
304
230
            Comment field for key.  The default value is
305
 
            <quote><literal>Mandos client key</literal></quote>.
 
231
            "<literal>Mandos client key</literal>".
306
232
          </para>
307
233
        </listitem>
308
234
      </varlistentry>
309
235
 
310
236
      <varlistentry>
311
 
        <term><option>--expire
312
 
        <replaceable>TIME</replaceable></option></term>
313
 
        <term><option>-x
314
 
        <replaceable>TIME</replaceable></option></term>
 
237
        <term><literal>-x</literal>, <literal>--expire</literal>
 
238
        <replaceable>time</replaceable></term>
315
239
        <listitem>
316
240
          <para>
317
241
            Key expire time.  Default is no expiration.  See
322
246
      </varlistentry>
323
247
 
324
248
      <varlistentry>
325
 
        <term><option>--force</option></term>
326
 
        <term><option>-f</option></term>
327
 
        <listitem>
328
 
          <para>
329
 
            Force overwriting old key.
330
 
          </para>
331
 
        </listitem>
332
 
      </varlistentry>
333
 
      <varlistentry>
334
 
        <term><option>--password</option></term>
335
 
        <term><option>-p</option></term>
336
 
        <listitem>
337
 
          <para>
338
 
            Prompt for a password and encrypt it with the key already
339
 
            present in either <filename>/etc/mandos</filename> or the
340
 
            directory specified with the <option>--dir</option>
341
 
            option.  Outputs, on standard output, a section suitable
342
 
            for inclusion in <citerefentry><refentrytitle
343
 
            >mandos-clients.conf</refentrytitle><manvolnum
344
 
            >8</manvolnum></citerefentry>.  The host name or the name
345
 
            specified with the <option>--name</option> option is used
346
 
            for the section header.  All other options are ignored,
347
 
            and no key is created.
 
249
        <term><literal>-f</literal>, <literal>--force</literal></term>
 
250
        <listitem>
 
251
          <para>
 
252
            Force overwriting old keys.
348
253
          </para>
349
254
        </listitem>
350
255
      </varlistentry>
351
256
    </variablelist>
352
257
  </refsect1>
353
258
 
354
 
  <refsect1 id="overview">
355
 
    <title>OVERVIEW</title>
356
 
    <xi:include href="overview.xml"/>
357
 
    <para>
358
 
      This program is a small utility to generate new OpenPGP keys for
359
 
      new Mandos clients, and to generate sections for inclusion in
360
 
      <filename>clients.conf</filename> on the server.
361
 
    </para>
362
 
  </refsect1>
363
 
 
364
259
  <refsect1 id="exit_status">
365
260
    <title>EXIT STATUS</title>
366
261
    <para>
367
 
      The exit status will be 0 if a new key (or password, if the
368
 
      <option>--password</option> option was used) was successfully
369
 
      created, otherwise not.
370
262
    </para>
371
263
  </refsect1>
372
264
  
373
 
  <refsect1 id="environment">
374
 
    <title>ENVIRONMENT</title>
375
 
    <variablelist>
376
 
      <varlistentry>
377
 
        <term><envar>TMPDIR</envar></term>
378
 
        <listitem>
379
 
          <para>
380
 
            If set, temporary files will be created here. See
381
 
            <citerefentry><refentrytitle>mktemp</refentrytitle>
382
 
            <manvolnum>1</manvolnum></citerefentry>.
383
 
          </para>
384
 
        </listitem>
385
 
      </varlistentry>
386
 
    </variablelist>
387
 
  </refsect1>
388
 
  
389
265
  <refsect1 id="file">
390
266
    <title>FILES</title>
391
267
    <para>
392
 
      Use the <option>--dir</option> option to change where
393
 
      <command>&COMMANDNAME;</command> will write the key files.  The
394
 
      default file names are shown here.
395
268
    </para>
396
 
    <variablelist>
397
 
      <varlistentry>
398
 
        <term><filename>/etc/mandos/seckey.txt</filename></term>
399
 
        <listitem>
400
 
          <para>
401
 
            OpenPGP secret key file which will be created or
402
 
            overwritten.
403
 
          </para>
404
 
        </listitem>
405
 
      </varlistentry>
406
 
      <varlistentry>
407
 
        <term><filename>/etc/mandos/pubkey.txt</filename></term>
408
 
        <listitem>
409
 
          <para>
410
 
            OpenPGP public key file which will be created or
411
 
            overwritten.
412
 
          </para>
413
 
        </listitem>
414
 
      </varlistentry>
415
 
      <varlistentry>
416
 
        <term><filename>/tmp</filename></term>
417
 
        <listitem>
418
 
          <para>
419
 
            Temporary files will be written here if
420
 
            <varname>TMPDIR</varname> is not set.
421
 
          </para>
422
 
        </listitem>
423
 
      </varlistentry>
424
 
    </variablelist>
425
269
  </refsect1>
426
270
 
 
271
  <refsect1 id="notes">
 
272
    <title>NOTES</title>
 
273
    <para>
 
274
    </para>
 
275
  </refsect1>
 
276
  
427
277
  <refsect1 id="bugs">
428
278
    <title>BUGS</title>
429
279
    <para>
430
 
      None are known at this time.
431
280
    </para>
432
281
  </refsect1>
433
282
 
434
 
  <refsect1 id="example">
435
 
    <title>EXAMPLE</title>
436
 
    <informalexample>
437
 
      <para>
438
 
        Normal invocation needs no options:
439
 
      </para>
440
 
      <para>
441
 
        <userinput>&COMMANDNAME;</userinput>
442
 
      </para>
443
 
    </informalexample>
444
 
    <informalexample>
445
 
      <para>
446
 
        Create key in another directory and of another type.  Force
447
 
        overwriting old key files:
448
 
      </para>
449
 
      <para>
450
 
 
451
 
<!-- do not wrap this line -->
452
 
<userinput>&COMMANDNAME; --dir ~/keydir --type RSA --force</userinput>
453
 
 
454
 
      </para>
455
 
    </informalexample>
456
 
    <informalexample>
457
 
      <para>
458
 
        Prompt for a password, encrypt it with the key in
459
 
        <filename>/etc/mandos</filename> and output a section suitable
460
 
        for <filename>clients.conf</filename>.
461
 
      </para>
462
 
      <para>
463
 
        <userinput>&COMMANDNAME; --password</userinput>
464
 
      </para>
465
 
    </informalexample>
466
 
    <informalexample>
467
 
      <para>
468
 
        Prompt for a password, encrypt it with the key in the
469
 
        <filename>client-key</filename> directory and output a section
470
 
        suitable for <filename>clients.conf</filename>.
471
 
      </para>
472
 
      <para>
473
 
 
474
 
<!-- do not wrap this line -->
475
 
<userinput>&COMMANDNAME; --password --dir client-key</userinput>
476
 
 
477
 
      </para>
478
 
    </informalexample>
 
283
  <refsect1 id="examples">
 
284
    <title>EXAMPLES</title>
 
285
    <para>
 
286
    </para>
479
287
  </refsect1>
480
288
 
481
289
  <refsect1 id="security">
482
290
    <title>SECURITY</title>
483
291
    <para>
484
 
      The <option>--type</option>, <option>--length</option>,
485
 
      <option>--subtype</option>, and <option>--sublength</option>
486
 
      options can be used to create keys of low security.  If in
487
 
      doubt, leave them to the default values.
488
 
    </para>
489
 
    <para>
490
 
      The key expire time is <emphasis>not</emphasis> guaranteed to be
491
 
      honored by <citerefentry><refentrytitle>mandos</refentrytitle>
492
 
      <manvolnum>8</manvolnum></citerefentry>.
493
292
    </para>
494
293
  </refsect1>
495
294
 
496
295
  <refsect1 id="see_also">
497
296
    <title>SEE ALSO</title>
498
297
    <para>
 
298
      <citerefentry><refentrytitle>password-request</refentrytitle>
 
299
      <manvolnum>8mandos</manvolnum></citerefentry>,
 
300
      <citerefentry><refentrytitle>mandos</refentrytitle>
 
301
      <manvolnum>8</manvolnum></citerefentry>, and
499
302
      <citerefentry><refentrytitle>gpg</refentrytitle>
500
 
      <manvolnum>1</manvolnum></citerefentry>,
501
 
      <citerefentry><refentrytitle>mandos-clients.conf</refentrytitle>
502
 
      <manvolnum>5</manvolnum></citerefentry>,
503
 
      <citerefentry><refentrytitle>mandos</refentrytitle>
504
 
      <manvolnum>8</manvolnum></citerefentry>,
505
 
      <citerefentry><refentrytitle>password-request</refentrytitle>
506
 
      <manvolnum>8mandos</manvolnum></citerefentry>
 
303
      <manvolnum>1</manvolnum></citerefentry>
507
304
    </para>
508
305
  </refsect1>
509
306
  
510
307
</refentry>
511
 
<!-- Local Variables: -->
512
 
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
513
 
<!-- time-stamp-end: "[\"']>" -->
514
 
<!-- time-stamp-format: "%:y-%02m-%02d" -->
515
 
<!-- End: -->