/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: 2017-08-20 16:20:54 UTC
  • Revision ID: teddy@recompile.se-20170820162054-jwig602syxx2k4l0
Alter copyright notices slightly.  Actual license is unchanged!

This alters all copyright notices to use the Free Software
Foundation's recommendations for license notices; from
<https://www.gnu.org/licenses/gpl-howto.html>:

  For programs that are more than one file, it is better to replace
  “this program” with the name of the program, and begin the statement
  with a line saying “This file is part of NAME”.

* DBUS-API: Use program name "Mandos" explicitly in license notice.
* debian/copyright: - '' -
* initramfs-unpack: - '' -
* legalnotice.xml: - '' -
* mandos: - '' -
* mandos-ctl: - '' -
* mandos-keygen: - '' -
* mandos-monitor: - '' -
* plugin-helpers/mandos-client-iprouteadddel.c: - '' -
* plugin-runner.c: - '' -
* plugins.d/askpass-fifo.c: - '' -
* plugins.d/mandos-client.c: - '' -
* plugins.d/password-prompt.c: - '' -
* plugins.d/plymouth.c: - '' -
* plugins.d/splashy.c: - '' -
* plugins.d/usplash.c: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
4
<!ENTITY COMMANDNAME "mandos-keygen">
5
 
<!ENTITY TIMESTAMP "2008-10-03">
 
5
<!ENTITY TIMESTAMP "2017-02-23">
6
6
<!ENTITY % common SYSTEM "common.ent">
7
7
%common;
8
8
]>
19
19
        <firstname>Björn</firstname>
20
20
        <surname>Påhlsson</surname>
21
21
        <address>
22
 
          <email>belorn@fukt.bsnet.se</email>
 
22
          <email>belorn@recompile.se</email>
23
23
        </address>
24
24
      </author>
25
25
      <author>
26
26
        <firstname>Teddy</firstname>
27
27
        <surname>Hogeborn</surname>
28
28
        <address>
29
 
          <email>teddy@fukt.bsnet.se</email>
 
29
          <email>teddy@recompile.se</email>
30
30
        </address>
31
31
      </author>
32
32
    </authorgroup>
33
33
    <copyright>
34
34
      <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
      <year>2017</year>
35
44
      <holder>Teddy Hogeborn</holder>
36
45
      <holder>Björn Påhlsson</holder>
37
46
    </copyright>
116
125
        <replaceable>TIME</replaceable></option></arg>
117
126
      </group>
118
127
      <sbr/>
119
 
      <arg><option>--force</option></arg>
 
128
      <group>
 
129
        <arg choice="plain"><option>--force</option></arg>
 
130
        <arg choice="plain"><option>-f</option></arg>
 
131
      </group>
120
132
    </cmdsynopsis>
121
133
    <cmdsynopsis>
122
134
      <command>&COMMANDNAME;</command>
142
154
        <arg choice="plain"><option>-n
143
155
        <replaceable>NAME</replaceable></option></arg>
144
156
      </group>
 
157
      <group>
 
158
        <arg choice="plain"><option>--no-ssh</option></arg>
 
159
        <arg choice="plain"><option>-S</option></arg>
 
160
      </group>
145
161
    </cmdsynopsis>
146
162
    <cmdsynopsis>
147
163
      <command>&COMMANDNAME;</command>
212
228
        <listitem>
213
229
          <para>
214
230
            Target directory for key files.  Default is
215
 
            <filename>/etc/mandos</filename>.
 
231
            <filename class="directory">/etc/mandos</filename>.
216
232
          </para>
217
233
        </listitem>
218
234
      </varlistentry>
224
240
        <replaceable>TYPE</replaceable></option></term>
225
241
        <listitem>
226
242
          <para>
227
 
            Key type.  Default is <quote>DSA</quote>.
 
243
            Key type.  Default is <quote>RSA</quote>.
228
244
          </para>
229
245
        </listitem>
230
246
      </varlistentry>
236
252
        <replaceable>BITS</replaceable></option></term>
237
253
        <listitem>
238
254
          <para>
239
 
            Key length in bits.  Default is 2048.
 
255
            Key length in bits.  Default is 4096.
240
256
          </para>
241
257
        </listitem>
242
258
      </varlistentry>
248
264
        <replaceable>KEYTYPE</replaceable></option></term>
249
265
        <listitem>
250
266
          <para>
251
 
            Subkey type.  Default is <quote>ELG-E</quote> (Elgamal
 
267
            Subkey type.  Default is <quote>RSA</quote> (Elgamal
252
268
            encryption-only).
253
269
          </para>
254
270
        </listitem>
261
277
        <replaceable>BITS</replaceable></option></term>
262
278
        <listitem>
263
279
          <para>
264
 
            Subkey length in bits.  Default is 2048.
 
280
            Subkey length in bits.  Default is 4096.
265
281
          </para>
266
282
        </listitem>
267
283
      </varlistentry>
285
301
        <replaceable>TEXT</replaceable></option></term>
286
302
        <listitem>
287
303
          <para>
288
 
            Comment field for key.  The default value is
289
 
            <quote><literal>Mandos client key</literal></quote>.
 
304
            Comment field for key.  Default is empty.
290
305
          </para>
291
306
        </listitem>
292
307
      </varlistentry>
344
359
          </para>
345
360
        </listitem>
346
361
      </varlistentry>
 
362
      <varlistentry>
 
363
        <term><option>--no-ssh</option></term>
 
364
        <term><option>-S</option></term>
 
365
        <listitem>
 
366
          <para>
 
367
            When <option>--password</option> or
 
368
            <option>--passfile</option> is given, this option will
 
369
            prevent <command>&COMMANDNAME;</command> from calling
 
370
            <command>ssh-keyscan</command> to get an SSH fingerprint
 
371
            for this host and, if successful, output suitable config
 
372
            options to use this fingerprint as a
 
373
            <option>checker</option> option in the output.  This is
 
374
            otherwise the default behavior.
 
375
          </para>
 
376
        </listitem>
 
377
      </varlistentry>
347
378
    </variablelist>
348
379
  </refsect1>
349
380
  
409
440
        </listitem>
410
441
      </varlistentry>
411
442
      <varlistentry>
412
 
        <term><filename>/tmp</filename></term>
 
443
        <term><filename class="directory">/tmp</filename></term>
413
444
        <listitem>
414
445
          <para>
415
446
            Temporary files will be written here if
420
451
    </variablelist>
421
452
  </refsect1>
422
453
  
423
 
<!--   <refsect1 id="bugs"> -->
424
 
<!--     <title>BUGS</title> -->
425
 
<!--     <para> -->
426
 
<!--     </para> -->
427
 
<!--   </refsect1> -->
 
454
  <refsect1 id="bugs">
 
455
    <title>BUGS</title>
 
456
    <xi:include href="bugs.xml"/>
 
457
  </refsect1>
428
458
  
429
459
  <refsect1 id="example">
430
460
    <title>EXAMPLE</title>
450
480
    </informalexample>
451
481
    <informalexample>
452
482
      <para>
453
 
        Prompt for a password, encrypt it with the key in
454
 
        <filename>/etc/mandos</filename> and output a section suitable
455
 
        for <filename>clients.conf</filename>.
 
483
        Prompt for a password, encrypt it with the key in <filename
 
484
        class="directory">/etc/mandos</filename> and output a section
 
485
        suitable for <filename>clients.conf</filename>.
456
486
      </para>
457
487
      <para>
458
488
        <userinput>&COMMANDNAME; --password</userinput>
491
521
  <refsect1 id="see_also">
492
522
    <title>SEE ALSO</title>
493
523
    <para>
 
524
      <citerefentry><refentrytitle>intro</refentrytitle>
 
525
      <manvolnum>8mandos</manvolnum></citerefentry>,
494
526
      <citerefentry><refentrytitle>gpg</refentrytitle>
495
527
      <manvolnum>1</manvolnum></citerefentry>,
496
528
      <citerefentry><refentrytitle>mandos-clients.conf</refentrytitle>
498
530
      <citerefentry><refentrytitle>mandos</refentrytitle>
499
531
      <manvolnum>8</manvolnum></citerefentry>,
500
532
      <citerefentry><refentrytitle>mandos-client</refentrytitle>
501
 
      <manvolnum>8mandos</manvolnum></citerefentry>
 
533
      <manvolnum>8mandos</manvolnum></citerefentry>,
 
534
      <citerefentry><refentrytitle>ssh-keyscan</refentrytitle>
 
535
      <manvolnum>1</manvolnum></citerefentry>
502
536
    </para>
503
537
  </refsect1>
504
538