/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-09-30 03:19:39 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080930031939-t72se4dhr632o9ct
* Makefile: Add HTML rules for manual pages.
  (DOCBOOKTOHTML, HTMLPOST): New commands.
  (htmldocs): New file list.
  (html, install-html): New targets.
  (.PHONY, clean): Added "html".

* README (The Plugin System): New section; describe plugin system.

* debian/control (Uploaders): New field.

* mandos-options.xml (servicename): Improve wording.

* plugins.d/mandos-client.xml (SECURITY): Improve wording.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 
4
<!ENTITY VERSION "1.0">
4
5
<!ENTITY COMMANDNAME "mandos-keygen">
5
 
<!ENTITY TIMESTAMP "2016-03-05">
6
 
<!ENTITY % common SYSTEM "common.ent">
7
 
%common;
 
6
<!ENTITY TIMESTAMP "2008-09-20">
8
7
]>
9
8
 
10
9
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
12
11
    <title>Mandos Manual</title>
13
12
    <!-- NWalsh’s docbook scripts use this to generate the footer: -->
14
13
    <productname>Mandos</productname>
15
 
    <productnumber>&version;</productnumber>
 
14
    <productnumber>&VERSION;</productnumber>
16
15
    <date>&TIMESTAMP;</date>
17
16
    <authorgroup>
18
17
      <author>
19
18
        <firstname>Björn</firstname>
20
19
        <surname>Påhlsson</surname>
21
20
        <address>
22
 
          <email>belorn@recompile.se</email>
 
21
          <email>belorn@fukt.bsnet.se</email>
23
22
        </address>
24
23
      </author>
25
24
      <author>
26
25
        <firstname>Teddy</firstname>
27
26
        <surname>Hogeborn</surname>
28
27
        <address>
29
 
          <email>teddy@recompile.se</email>
 
28
          <email>teddy@fukt.bsnet.se</email>
30
29
        </address>
31
30
      </author>
32
31
    </authorgroup>
33
32
    <copyright>
34
33
      <year>2008</year>
35
 
      <year>2009</year>
36
 
      <year>2010</year>
37
 
      <year>2011</year>
38
 
      <year>2012</year>
39
 
      <year>2013</year>
40
 
      <year>2014</year>
41
 
      <year>2015</year>
42
 
      <year>2016</year>
43
34
      <holder>Teddy Hogeborn</holder>
44
35
      <holder>Björn Påhlsson</holder>
45
36
    </copyright>
124
115
        <replaceable>TIME</replaceable></option></arg>
125
116
      </group>
126
117
      <sbr/>
127
 
      <group>
128
 
        <arg choice="plain"><option>--force</option></arg>
129
 
        <arg choice="plain"><option>-f</option></arg>
130
 
      </group>
 
118
      <arg><option>--force</option></arg>
131
119
    </cmdsynopsis>
132
120
    <cmdsynopsis>
133
121
      <command>&COMMANDNAME;</command>
153
141
        <arg choice="plain"><option>-n
154
142
        <replaceable>NAME</replaceable></option></arg>
155
143
      </group>
156
 
      <group>
157
 
        <arg choice="plain"><option>--no-ssh</option></arg>
158
 
        <arg choice="plain"><option>-S</option></arg>
159
 
      </group>
160
144
    </cmdsynopsis>
161
145
    <cmdsynopsis>
162
146
      <command>&COMMANDNAME;</command>
227
211
        <listitem>
228
212
          <para>
229
213
            Target directory for key files.  Default is
230
 
            <filename class="directory">/etc/mandos</filename>.
 
214
            <filename>/etc/mandos</filename>.
231
215
          </para>
232
216
        </listitem>
233
217
      </varlistentry>
239
223
        <replaceable>TYPE</replaceable></option></term>
240
224
        <listitem>
241
225
          <para>
242
 
            Key type.  Default is <quote>RSA</quote>.
 
226
            Key type.  Default is <quote>DSA</quote>.
243
227
          </para>
244
228
        </listitem>
245
229
      </varlistentry>
251
235
        <replaceable>BITS</replaceable></option></term>
252
236
        <listitem>
253
237
          <para>
254
 
            Key length in bits.  Default is 4096.
 
238
            Key length in bits.  Default is 2048.
255
239
          </para>
256
240
        </listitem>
257
241
      </varlistentry>
263
247
        <replaceable>KEYTYPE</replaceable></option></term>
264
248
        <listitem>
265
249
          <para>
266
 
            Subkey type.  Default is <quote>RSA</quote> (Elgamal
 
250
            Subkey type.  Default is <quote>ELG-E</quote> (Elgamal
267
251
            encryption-only).
268
252
          </para>
269
253
        </listitem>
276
260
        <replaceable>BITS</replaceable></option></term>
277
261
        <listitem>
278
262
          <para>
279
 
            Subkey length in bits.  Default is 4096.
 
263
            Subkey length in bits.  Default is 2048.
280
264
          </para>
281
265
        </listitem>
282
266
      </varlistentry>
300
284
        <replaceable>TEXT</replaceable></option></term>
301
285
        <listitem>
302
286
          <para>
303
 
            Comment field for key.  Default is empty.
 
287
            Comment field for key.  The default value is
 
288
            <quote><literal>Mandos client key</literal></quote>.
304
289
          </para>
305
290
        </listitem>
306
291
      </varlistentry>
358
343
          </para>
359
344
        </listitem>
360
345
      </varlistentry>
361
 
      <varlistentry>
362
 
        <term><option>--no-ssh</option></term>
363
 
        <term><option>-S</option></term>
364
 
        <listitem>
365
 
          <para>
366
 
            When <option>--password</option> or
367
 
            <option>--passfile</option> is given, this option will
368
 
            prevent <command>&COMMANDNAME;</command> from calling
369
 
            <command>ssh-keyscan</command> to get an SSH fingerprint
370
 
            for this host and, if successful, output suitable config
371
 
            options to use this fingerprint as a
372
 
            <option>checker</option> option in the output.  This is
373
 
            otherwise the default behavior.
374
 
          </para>
375
 
        </listitem>
376
 
      </varlistentry>
377
346
    </variablelist>
378
347
  </refsect1>
379
348
  
412
381
    </variablelist>
413
382
  </refsect1>
414
383
  
415
 
  <refsect1 id="files">
 
384
  <refsect1 id="file">
416
385
    <title>FILES</title>
417
386
    <para>
418
387
      Use the <option>--dir</option> option to change where
439
408
        </listitem>
440
409
      </varlistentry>
441
410
      <varlistentry>
442
 
        <term><filename class="directory">/tmp</filename></term>
 
411
        <term><filename>/tmp</filename></term>
443
412
        <listitem>
444
413
          <para>
445
414
            Temporary files will be written here if
450
419
    </variablelist>
451
420
  </refsect1>
452
421
  
453
 
  <refsect1 id="bugs">
454
 
    <title>BUGS</title>
455
 
    <xi:include href="bugs.xml"/>
456
 
  </refsect1>
 
422
<!--   <refsect1 id="bugs"> -->
 
423
<!--     <title>BUGS</title> -->
 
424
<!--     <para> -->
 
425
<!--     </para> -->
 
426
<!--   </refsect1> -->
457
427
  
458
428
  <refsect1 id="example">
459
429
    <title>EXAMPLE</title>
479
449
    </informalexample>
480
450
    <informalexample>
481
451
      <para>
482
 
        Prompt for a password, encrypt it with the key in <filename
483
 
        class="directory">/etc/mandos</filename> and output a section
484
 
        suitable for <filename>clients.conf</filename>.
 
452
        Prompt for a password, encrypt it with the key in
 
453
        <filename>/etc/mandos</filename> and output a section suitable
 
454
        for <filename>clients.conf</filename>.
485
455
      </para>
486
456
      <para>
487
457
        <userinput>&COMMANDNAME; --password</userinput>
520
490
  <refsect1 id="see_also">
521
491
    <title>SEE ALSO</title>
522
492
    <para>
523
 
      <citerefentry><refentrytitle>intro</refentrytitle>
524
 
      <manvolnum>8mandos</manvolnum></citerefentry>,
525
493
      <citerefentry><refentrytitle>gpg</refentrytitle>
526
494
      <manvolnum>1</manvolnum></citerefentry>,
527
495
      <citerefentry><refentrytitle>mandos-clients.conf</refentrytitle>
529
497
      <citerefentry><refentrytitle>mandos</refentrytitle>
530
498
      <manvolnum>8</manvolnum></citerefentry>,
531
499
      <citerefentry><refentrytitle>mandos-client</refentrytitle>
532
 
      <manvolnum>8mandos</manvolnum></citerefentry>,
533
 
      <citerefentry><refentrytitle>ssh-keyscan</refentrytitle>
534
 
      <manvolnum>1</manvolnum></citerefentry>
 
500
      <manvolnum>8mandos</manvolnum></citerefentry>
535
501
    </para>
536
502
  </refsect1>
537
503