/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 plugins.d/password-prompt.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-24 07:42:14 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080824074214-odju7g3115le171c
* mandos-keygen: Bug fix: Recognize new options --subtype and
                 --sublength.  New option "--password" which prompts
                 for and encrypts a password with an already existing
                 key.

* mandos-keygen.xml (SYNOPSIS): Added separate synopsis for
                                "--password" option.
  (DESCRIPTION): Added text about password creation.
  (OPTIONS): Document default value for "--dir" option.  Document new
             "--password" option.

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" [
 
6
<!ENTITY VERSION "1.0">
4
7
<!ENTITY COMMANDNAME "password-prompt">
5
 
<!ENTITY TIMESTAMP "2012-01-01">
6
 
<!ENTITY % common SYSTEM "../common.ent">
7
 
%common;
8
8
]>
9
9
 
10
 
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
 
10
<refentry>
11
11
  <refentryinfo>
12
 
    <title>Mandos Manual</title>
13
 
    <!-- NWalsh’s docbook scripts use this to generate the footer: -->
14
 
    <productname>Mandos</productname>
15
 
    <productnumber>&version;</productnumber>
16
 
    <date>&TIMESTAMP;</date>
 
12
    <title>&COMMANDNAME;</title>
 
13
    <!-- NWalsh's docbook scripts use this to generate the footer: -->
 
14
    <productname>&COMMANDNAME;</productname>
 
15
    <productnumber>&VERSION;</productnumber>
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>2011</year>
37
 
      <year>2012</year>
38
 
      <holder>Teddy Hogeborn</holder>
39
 
      <holder>Björn Påhlsson</holder>
 
34
      <holder>Teddy Hogeborn &amp; Björn Påhlsson</holder>
40
35
    </copyright>
41
 
    <xi:include href="../legalnotice.xml"/>
 
36
    <legalnotice>
 
37
      <para>
 
38
        This manual page is free software: you can redistribute it
 
39
        and/or modify it under the terms of the GNU General Public
 
40
        License as published by the Free Software Foundation,
 
41
        either version 3 of the License, or (at your option) any
 
42
        later version.
 
43
      </para>
 
44
 
 
45
      <para>
 
46
        This manual page is distributed in the hope that it will
 
47
        be useful, but WITHOUT ANY WARRANTY; without even the
 
48
        implied warranty of MERCHANTABILITY or FITNESS FOR A
 
49
        PARTICULAR PURPOSE.  See the GNU General Public License
 
50
        for more details.
 
51
      </para>
 
52
 
 
53
      <para>
 
54
        You should have received a copy of the GNU General Public
 
55
        License along with this program; If not, see
 
56
        <ulink url="http://www.gnu.org/licenses/"/>.
 
57
      </para>
 
58
    </legalnotice>
42
59
  </refentryinfo>
43
 
  
 
60
 
44
61
  <refmeta>
45
62
    <refentrytitle>&COMMANDNAME;</refentrytitle>
46
63
    <manvolnum>8mandos</manvolnum>
48
65
  
49
66
  <refnamediv>
50
67
    <refname><command>&COMMANDNAME;</command></refname>
51
 
    <refpurpose>Prompt for a password and output it.</refpurpose>
 
68
    <refpurpose>
 
69
      Passprompt for luks during boot sequence
 
70
    </refpurpose>
52
71
  </refnamediv>
53
72
  
54
73
  <refsynopsisdiv>
55
74
    <cmdsynopsis>
56
75
      <command>&COMMANDNAME;</command>
57
 
      <group choice="opt">
58
 
        <arg choice="plain"><option>--prefix <replaceable
59
 
        >PREFIX</replaceable></option></arg>
60
 
        <arg choice="plain"><option>-p </option><replaceable
61
 
        >PREFIX</replaceable></arg>
62
 
      </group>
63
 
      <sbr/>
64
 
      <arg choice="opt"><option>--debug</option></arg>
65
 
    </cmdsynopsis>
66
 
    <cmdsynopsis>
67
 
      <command>&COMMANDNAME;</command>
68
 
      <group choice="req">
69
 
        <arg choice="plain"><option>--help</option></arg>
70
 
        <arg choice="plain"><option>-?</option></arg>
71
 
      </group>
72
 
    </cmdsynopsis>
73
 
    <cmdsynopsis>
74
 
      <command>&COMMANDNAME;</command>
75
 
      <arg choice="plain"><option>--usage</option></arg>
76
 
    </cmdsynopsis>
77
 
    <cmdsynopsis>
78
 
      <command>&COMMANDNAME;</command>
79
 
      <group choice="req">
80
 
        <arg choice="plain"><option>--version</option></arg>
81
 
        <arg choice="plain"><option>-V</option></arg>
82
 
      </group>
83
 
    </cmdsynopsis>
 
76
      <arg choice='opt'>--prefix<arg choice='plain'>PREFIX</arg></arg>
 
77
      <arg choice='opt'>--debug</arg>
 
78
    </cmdsynopsis>
 
79
    <cmdsynopsis>
 
80
      <command>&COMMANDNAME;</command>
 
81
      <arg choice='plain'>--help</arg>
 
82
    </cmdsynopsis>
 
83
    <cmdsynopsis>
 
84
      <command>&COMMANDNAME;</command>
 
85
      <arg choice='plain'>--usage</arg>
 
86
    </cmdsynopsis>
 
87
    <cmdsynopsis>
 
88
      <command>&COMMANDNAME;</command>
 
89
      <arg choice='plain'>--version</arg>
 
90
    </cmdsynopsis>    
84
91
  </refsynopsisdiv>
85
 
  
 
92
 
86
93
  <refsect1 id="description">
87
94
    <title>DESCRIPTION</title>
88
95
    <para>
89
 
      All <command>&COMMANDNAME;</command> does is prompt for a
90
 
      password and output any given password to standard output.
91
 
    </para>
92
 
    <para>
93
 
      This program is not very useful on its own.  This program is
94
 
      really meant to run as a plugin in the <application
95
 
      >Mandos</application> client-side system, where it is used as a
96
 
      fallback and alternative to retrieving passwords from a
97
 
      <application >Mandos</application> server.
98
 
    </para>
99
 
    <para>
100
 
      This program is little more than a <citerefentry><refentrytitle
101
 
      >getpass</refentrytitle><manvolnum>3</manvolnum></citerefentry>
102
 
      wrapper, although actual use of that function is not guaranteed
103
 
      or implied.
 
96
      <command>&COMMANDNAME;</command> is a terminal program that ask for
 
97
      passwords during boot sequence. It is a plugin to
 
98
      <firstterm>mandos</firstterm>, and is used as a fallback and
 
99
      alternative to retriving passwords from a mandos server. During
 
100
      boot sequence the user is prompted for the disk password, and
 
101
      when a password is given it then gets forwarded to
 
102
      <acronym>LUKS</acronym>.
104
103
    </para>
105
104
  </refsect1>
106
105
  
107
106
  <refsect1 id="options">
108
107
    <title>OPTIONS</title>
109
108
    <para>
110
 
      This program is commonly not invoked from the command line; it
111
 
      is normally started by the <application>Mandos</application>
112
 
      plugin runner, see <citerefentry><refentrytitle
113
 
      >plugin-runner</refentrytitle><manvolnum>8mandos</manvolnum>
114
 
      </citerefentry>.  Any command line options this program accepts
115
 
      are therefore normally provided by the plugin runner, and not
116
 
      directly.
 
109
      Commonly not invoked as command lines but from configuration
 
110
      file of plugin runner.
117
111
    </para>
118
 
    
 
112
 
119
113
    <variablelist>
120
114
      <varlistentry>
121
 
        <term><option>--prefix=<replaceable
122
 
        >PREFIX</replaceable></option></term>
123
 
        <term><option>-p
124
 
        <replaceable>PREFIX</replaceable></option></term>
125
 
        <listitem>
126
 
          <para>
127
 
            Prefix string shown before the password prompt.
128
 
          </para>
129
 
        </listitem>
130
 
      </varlistentry>
131
 
      
132
 
      <varlistentry>
133
 
        <term><option>--debug</option></term>
134
 
        <listitem>
135
 
          <para>
136
 
            Enable debug mode.  This will enable a lot of output to
137
 
            standard error about what the program is doing.  The
138
 
            program will still perform all other functions normally.
139
 
          </para>
140
 
        </listitem>
141
 
      </varlistentry>
142
 
      
143
 
      <varlistentry>
144
 
        <term><option>--help</option></term>
145
 
        <term><option>-?</option></term>
146
 
        <listitem>
147
 
          <para>
148
 
            Gives a help message about options and their meanings.
149
 
          </para>
150
 
        </listitem>
151
 
      </varlistentry>
152
 
      
153
 
      <varlistentry>
154
 
        <term><option>--usage</option></term>
155
 
        <listitem>
156
 
          <para>
157
 
            Gives a short usage message.
158
 
          </para>
159
 
        </listitem>
160
 
      </varlistentry>
161
 
      
162
 
      <varlistentry>
163
 
        <term><option>--version</option></term>
164
 
        <term><option>-V</option></term>
165
 
        <listitem>
166
 
          <para>
167
 
            Prints the program version.
168
 
          </para>
169
 
        </listitem>
170
 
      </varlistentry>
 
115
        <term><literal>-p</literal>, <literal>--prefix=<replaceable>PREFIX
 
116
        </replaceable></literal></term>
 
117
        <listitem>
 
118
          <para>
 
119
            Prefix used before the passprompt
 
120
          </para>
 
121
        </listitem>
 
122
      </varlistentry>
 
123
      
 
124
      <varlistentry>
 
125
        <term><literal>--debug</literal></term>
 
126
        <listitem>
 
127
          <para>
 
128
            Debug mode
 
129
          </para>
 
130
        </listitem>
 
131
      </varlistentry>
 
132
      
 
133
      <varlistentry>
 
134
        <term><literal>-?</literal>, <literal>--help</literal></term>
 
135
        <listitem>
 
136
          <para>
 
137
            Gives a help message
 
138
          </para>
 
139
        </listitem>
 
140
      </varlistentry>
 
141
      
 
142
      <varlistentry>
 
143
        <term><literal>--usage</literal></term>
 
144
        <listitem>
 
145
          <para>
 
146
            Gives a short usage message
 
147
          </para>
 
148
        </listitem>
 
149
      </varlistentry>
 
150
 
 
151
      <varlistentry>
 
152
        <term><literal>-V</literal>, <literal>--version</literal></term>
 
153
        <listitem>
 
154
          <para>
 
155
            Prints the program version
 
156
          </para>
 
157
        </listitem>
 
158
      </varlistentry>            
171
159
    </variablelist>
172
160
  </refsect1>
173
 
  
 
161
 
174
162
  <refsect1 id="exit_status">
175
163
    <title>EXIT STATUS</title>
176
164
    <para>
177
 
      If exit status is 0, the output from the program is the password
178
 
      as it was read.  Otherwise, if exit status is other than 0, the
179
 
      program has encountered an error, and any output so far could be
180
 
      corrupt and/or truncated, and should therefore be ignored.
181
165
    </para>
182
166
  </refsect1>
183
 
  
 
167
 
184
168
  <refsect1 id="environment">
185
169
    <title>ENVIRONMENT</title>
186
 
    <variablelist>
187
 
      <varlistentry>
188
 
        <term><envar>CRYPTTAB_SOURCE</envar></term>
189
 
        <term><envar>CRYPTTAB_NAME</envar></term>
190
 
        <listitem>
191
 
          <para>
192
 
            If set, these environment variables will be assumed to
193
 
            contain the source device name and the target device
194
 
            mapper name, respectively, and will be shown as part of
195
 
            the prompt.
196
 
        </para>
197
 
        <para>
198
 
          These variables will normally be inherited from
199
 
          <citerefentry><refentrytitle>plugin-runner</refentrytitle>
200
 
          <manvolnum>8mandos</manvolnum></citerefentry>, which will
201
 
          normally have inherited them from
202
 
          <filename>/scripts/local-top/cryptroot</filename> in the
203
 
          initial <acronym>RAM</acronym> disk environment, which will
204
 
          have set them from parsing kernel arguments and
205
 
          <filename>/conf/conf.d/cryptroot</filename> (also in the
206
 
          initial RAM disk environment), which in turn will have been
207
 
          created when the initial RAM disk image was created by
208
 
          <filename
209
 
          >/usr/share/initramfs-tools/hooks/cryptroot</filename>, by
210
 
          extracting the information of the root file system from
211
 
          <filename >/etc/crypttab</filename>.
212
 
        </para>
213
 
        <para>
214
 
          This behavior is meant to exactly mirror the behavior of
215
 
          <command>askpass</command>, the default password prompter.
216
 
        </para>
217
 
        </listitem>
218
 
      </varlistentry>
219
 
    </variablelist>
 
170
    <para>
 
171
    </para>
 
172
  </refsect1>
 
173
 
 
174
  <refsect1 id="files">
 
175
    <title>FILES</title>
 
176
    <para>
 
177
    </para>
220
178
  </refsect1>
221
179
  
222
180
  <refsect1 id="bugs">
223
181
    <title>BUGS</title>
224
182
    <para>
225
 
      None are known at this time.
226
183
    </para>
227
 
  </refsect1>
228
 
  
 
184
  </refsect1>  
 
185
 
229
186
  <refsect1 id="example">
230
187
    <title>EXAMPLE</title>
231
188
    <para>
232
 
      Note that normally, command line options will not be given
233
 
      directly, but via options for the Mandos <citerefentry
234
 
      ><refentrytitle>plugin-runner</refentrytitle>
235
 
      <manvolnum>8mandos</manvolnum></citerefentry>.
236
189
    </para>
237
 
    <informalexample>
238
 
      <para>
239
 
        Normal invocation needs no options:
240
 
      </para>
241
 
      <para>
242
 
        <userinput>&COMMANDNAME;</userinput>
243
 
      </para>
244
 
    </informalexample>
245
 
    <informalexample>
246
 
      <para>
247
 
        Show a prefix before the prompt; in this case, a host name.
248
 
        It might be useful to be reminded of which host needs a
249
 
        password, in case of <acronym>KVM</acronym> switches, etc.
250
 
      </para>
251
 
      <para>
252
 
 
253
 
<!-- do not wrap this line -->
254
 
<userinput>&COMMANDNAME; --prefix=host.example.org:</userinput>
255
 
 
256
 
      </para>
257
 
    </informalexample>
258
 
    <informalexample>
259
 
      <para>
260
 
        Run in debug mode.
261
 
      </para>
262
 
      <para>
263
 
        <!-- do not wrap this line -->
264
 
        <userinput>&COMMANDNAME; --debug</userinput>
265
 
      </para>
266
 
    </informalexample>
267
190
  </refsect1>
268
 
  
 
191
 
269
192
  <refsect1 id="security">
270
193
    <title>SECURITY</title>
271
194
    <para>
272
 
      On its own, this program is very simple, and does not exactly
273
 
      present any security risks.  The one thing that could be
274
 
      considered worthy of note is this: This program is meant to be
275
 
      run by <citerefentry><refentrytitle
276
 
      >plugin-runner</refentrytitle><manvolnum>8mandos</manvolnum>
277
 
      </citerefentry>, and will, when run standalone, outside, in a
278
 
      normal environment, immediately output on its standard output
279
 
      any presumably secret password it just received.  Therefore,
280
 
      when running this program standalone (which should never
281
 
      normally be done), take care not to type in any real secret
282
 
      password by force of habit, since it would then immediately be
283
 
      shown as output.
284
 
    </para>
285
 
    <para>
286
 
      To further alleviate any risk of being locked out of a system,
287
 
      the <citerefentry><refentrytitle>plugin-runner</refentrytitle>
288
 
      <manvolnum>8mandos</manvolnum></citerefentry> has a fallback
289
 
      mode which does the same thing as this program, only with less
290
 
      features.
291
195
    </para>
292
196
  </refsect1>
293
 
  
 
197
 
294
198
  <refsect1 id="see_also">
295
199
    <title>SEE ALSO</title>
296
200
    <para>
297
 
      <citerefentry><refentrytitle>intro</refentrytitle>
298
 
      <manvolnum>8mandos</manvolnum></citerefentry>
299
 
      <citerefentry><refentrytitle>crypttab</refentrytitle>
300
 
      <manvolnum>5</manvolnum></citerefentry>
301
 
      <citerefentry><refentrytitle>mandos-client</refentrytitle>
302
 
      <manvolnum>8mandos</manvolnum></citerefentry>
303
 
      <citerefentry><refentrytitle>plugin-runner</refentrytitle>
304
 
      <manvolnum>8mandos</manvolnum></citerefentry>,
 
201
      <citerefentry><refentrytitle>mandos</refentrytitle>
 
202
      <manvolnum>8</manvolnum></citerefentry>, <citerefentry>
 
203
      <refentrytitle>plugin-runner</refentrytitle>
 
204
      <manvolnum>8mandos</manvolnum></citerefentry> and <citerefentry>
 
205
      <refentrytitle>password-request</refentrytitle>
 
206
      <manvolnum>8mandos</manvolnum></citerefentry>
305
207
    </para>
306
 
  </refsect1>
 
208
  </refsect1>  
 
209
  
307
210
</refentry>
308
 
<!-- Local Variables: -->
309
 
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
310
 
<!-- time-stamp-end: "[\"']>" -->
311
 
<!-- time-stamp-format: "%:y-%02m-%02d" -->
312
 
<!-- End: -->