/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl"
	href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
	"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY VERSION "1.0">
<!ENTITY COMMANDNAME "mandos">
]>

<refentry>
  <refentryinfo>
    <title>&COMMANDNAME;</title>
    <!-- NWalsh's docbook scripts use this to generate the footer: -->
    <productname>&COMMANDNAME;</productname>
    <productnumber>&VERSION;</productnumber>
    <authorgroup>
      <author>
	<firstname>Björn</firstname>
	<surname>Påhlsson</surname>
	<address>
	  <email>belorn@fukt.bsnet.se</email>
	</address>
      </author>
      <author>
	<firstname>Teddy</firstname>
	<surname>Hogeborn</surname>
	<address>
	  <email>teddy@fukt.bsnet.se</email>
	</address>
      </author>
    </authorgroup>
    <copyright>
      <year>2008</year>
      <holder>Teddy Hogeborn</holder>
      <holder>Björn Påhlsson</holder>
    </copyright>
    <legalnotice>
      <para>
	This manual page is free software: you can redistribute it
	and/or modify it under the terms of the GNU General Public
	License as published by the Free Software Foundation,
	either version 3 of the License, or (at your option) any
	later version.
      </para>

      <para>
	This manual page is distributed in the hope that it will
	be useful, but WITHOUT ANY WARRANTY; without even the
	implied warranty of MERCHANTABILITY or FITNESS FOR A
	PARTICULAR PURPOSE.  See the GNU General Public License
	for more details.
      </para>

      <para>
	You should have received a copy of the GNU General Public
	License along with this program; If not, see
	<ulink url="http://www.gnu.org/licenses/"/>.
      </para>
    </legalnotice>
  </refentryinfo>

  <refmeta>
    <refentrytitle>&COMMANDNAME;</refentrytitle>
    <manvolnum>8</manvolnum>
  </refmeta>
  
  <refnamediv>
    <refname><command>&COMMANDNAME;</command></refname>
    <refpurpose>
      Sends encrypted passwords to authenticated Mandos clients
    </refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <cmdsynopsis>
      <command>&COMMANDNAME;</command>
      <arg choice='opt'>--interface<arg choice='plain'>IF</arg></arg>
      <arg choice='opt'>--address<arg choice='plain'>ADDRESS</arg></arg>
      <arg choice='opt'>--port<arg choice='plain'>PORT</arg></arg>
      <arg choice='opt'>--priority<arg choice='plain'>PRIORITY</arg></arg>
      <arg choice='opt'>--servicename<arg choice='plain'>NAME</arg></arg>
      <arg choice='opt'>--configdir<arg choice='plain'>DIRECTORY</arg></arg>
      <arg choice='opt'>--debug</arg>
    </cmdsynopsis>
    <cmdsynopsis>
      <command>&COMMANDNAME;</command>
      <arg choice='opt'>-i<arg choice='plain'>IF</arg></arg>
      <arg choice='opt'>-a<arg choice='plain'>ADDRESS</arg></arg>
      <arg choice='opt'>-p<arg choice='plain'>PORT</arg></arg>
      <arg choice='opt'>--priority<arg choice='plain'>PRIORITY</arg></arg>
      <arg choice='opt'>--servicename<arg choice='plain'>NAME</arg></arg>
      <arg choice='opt'>--configdir<arg choice='plain'>DIRECTORY</arg></arg>
      <arg choice='opt'>--debug</arg>
    </cmdsynopsis>
    <cmdsynopsis>
      <command>&COMMANDNAME;</command>
      <arg choice='plain'>--help</arg>
    </cmdsynopsis>
    <cmdsynopsis>
      <command>&COMMANDNAME;</command>
      <arg choice='plain'>--version</arg>
    </cmdsynopsis>
    <cmdsynopsis>
      <command>&COMMANDNAME;</command>
      <arg choice='plain'>--check</arg>
    </cmdsynopsis>    
  </refsynopsisdiv>

  <refsect1 id="description">
    <title>DESCRIPTION</title>
    <para>
      <command>&COMMANDNAME;</command> is a server daemon which
      handles incoming request for passwords for a pre-defined list of
      client host computers.  The Mandos server uses Zeroconf to
      announce itself on the local network, and uses GnuTLS to
      communicate securely with and to authenticate the clients.
      Mandos uses IPv6 link-local addresses, since the clients are
      assumed to not have any other addresses configured yet.  Any
      authenticated client is then given the pre-encrypted password
      for that specific client.
    </para>

  </refsect1>  
  
  <refsect1 id="purpose">
    <title>PURPOSE</title>

    <para>
      The purpose of this is to enable <emphasis>remote and unattended
      rebooting</emphasis> of any client host computer with an
      <emphasis>encrypted root file system</emphasis>.  The client
      host computer should start a Mandos client in the initial RAM
      disk environment, the Mandos client program communicates with
      this server program to get an encrypted password, which is then
      decrypted and used to unlock the encrypted root file system.
      The client host computer can then continue its boot sequence
      normally.
    </para>

  </refsect1>  
  
  <refsect1 id="options">
    <title>OPTIONS</title>

    <variablelist>
      <varlistentry>
	<term><literal>-h</literal>, <literal>--help</literal></term>
	<listitem>
	  <para>
	    Show a help message and exit
	  </para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term><literal>-i</literal>, <literal>--interface <replaceable>
	IF</replaceable></literal></term>
	<listitem>
	  <para>
	    Only announce the server and listen to requests on network
	    interface <replaceable>IF</replaceable>.  Default is to
	    use all available interfaces.
	  </para>
	</listitem>
      </varlistentry>      

      <varlistentry>
	<term><literal>-a</literal>, <literal>--address <replaceable>
	ADDRESS</replaceable></literal></term>
	<listitem>
	  <para>
	    If this option is used, the server will only listen to a
	    specific address.  This must currently be an IPv6 address;
	    an IPv4 address can be specified using the
	    "<literal>::FFFF:192.0.2.3</literal>" syntax.  Also, if a
	    link-local address is specified, an interface should be
	    set, since a link-local address is only valid on a single
	    interface.  By default, the server will listen to all
	    available addresses.
	  </para>
	</listitem>
      </varlistentry>          

      <varlistentry>
	<term><literal>-p</literal>, <literal>--port <replaceable>
	PORT</replaceable></literal></term>
	<listitem>
	  <para>
	    If this option is used, the server to bind to that
	    port. By default, the server will listen to an arbitrary
	    port given by the operating system.
	  </para>
	</listitem>
      </varlistentry>          

      <varlistentry>
	<term><literal>--check</literal></term>
	<listitem>
	  <para>
	    Run the server's self-tests.  This includes any unit
	    tests, etc.
	  </para>
	</listitem>
      </varlistentry>      

      <varlistentry>
	<term><literal>--debug</literal></term>
	<listitem>
	  <para>
	    If the server is run in debug mode, it will run in the
	    foreground and print a lot of debugging information.  The
	    default is <emphasis>not</emphasis> to run in debug mode.
	  </para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term><literal>--priority <replaceable>
	PRIORITY</replaceable></literal></term>
	<listitem>
	  <para>
	    GnuTLS priority string for the TLS handshake with the
	    clients.  See
	    <citerefentry><refentrytitle>gnutls_priority_init
	    </refentrytitle><manvolnum>3</manvolnum></citerefentry>
	    for the syntax.  The default is
	    "<literal>SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP</literal>".
	    <emphasis>Warning</emphasis>: changing this may make the
	    TLS handshake fail, making communication with clients
	    impossible.
	  </para>
	</listitem>
      </varlistentry>      

      <varlistentry>
	<term><literal>--servicename <replaceable>NAME</replaceable>
	</literal></term>
	<listitem>
	  <para>
	    Zeroconf service name.  The default is
	    "<literal>Mandos</literal>".  You only need to change this
	    if you for some reason want to run more than one server on
	    the same <emphasis>host</emphasis>.  If there are name
	    collisions on the same <emphasis>network</emphasis>, the
	    new server will automatically rename itself to "Mandos
	    #2", etc.
	  </para>
	</listitem>
      </varlistentry>     

      <varlistentry>
	<term><literal>--configdir <replaceable>DIR</replaceable>
	</literal></term>
	<listitem>
	  <para>
	    Directory to search for configuration files.  Default is
	    "<literal>/etc/mandos</literal>".  See <citerefentry>
	    <refentrytitle>mandos.conf</refentrytitle>
	    <manvolnum>5</manvolnum></citerefentry> and <citerefentry>
	    <refentrytitle>mandos-clients.conf</refentrytitle>
	    <manvolnum>5</manvolnum></citerefentry>.
	  </para>
	</listitem>
      </varlistentry>

      <varlistentry>
	<term><literal>--version</literal></term>
	<listitem>
	  <para>
	    Prints the program version and exit.
	  </para>
	</listitem>
      </varlistentry>      
    </variablelist>
  </refsect1>

  <refsect1 id="protocol">
    <title>NETWORK PROTOCOL</title>
    <para>
      The Mandos server announces itself as a Zeroconf service of type
      "<literal>_mandos._tcp</literal>".  The Mandos client connects
      to the announced address and port, and sends a line of text
      where the first whitespace-separated field is the protocol
      version, which currently is "<literal>1</literal>".  The client
      and server then start a TLS protocol handshake with a slight
      quirk: the Mandos server program acts as a TLS "client" while
      the connecting Mandos client acts as a TLS "server".  The Mandos
      client must supply an OpenPGP certificate, and the fingerprint
      of this certificate is used by the Mandos server to look up (in
      a list read from a file at start time) which binary blob to give
      the client.  No other authentication or authorization is done by
      the server.
    </para>
    <informaltable><tgroup cols="3"><thead>
      <row>
	<entry>Mandos Client</entry>
	<entry>Direction</entry>
	<entry>Mandos Server</entry>
      </row>
      </thead><tbody>
      <row>
	<entry>Connect</entry>
	<entry>-><!-- &rarr; --></entry>
      </row>
      <row>
	<entry>"<literal>1\r\en</literal>"</entry>
	<entry>-><!-- &rarr; --></entry>
      </row>
      <row>
	<entry>TLS handshake</entry>
	<entry>&lt;-><!-- &xharr; --></entry>
	<entry>TLS handshake</entry>
      </row>
      <row>
	<entry>OpenPGP public key (part of TLS handshake)</entry>
	<entry>-><!-- &rarr; --></entry>
      </row>
      <row>
	<entry/>
	<entry>&lt;-<!-- &larr; --></entry>
	<entry>Binary blob</entry>
      </row>
      <row>
	<entry/>
	<entry>&lt;-<!-- &larr; --></entry>
	<entry>Close</entry>
      </row>
    </tbody></tgroup></informaltable>
  </refsect1>

  <refsect1 id="logging">
    <title>LOGGING</title>
    <para>
      The server will log a lot of information with various severity
      levels to
      <citerefentry><refentrytitle>syslog</refentrytitle>
      <manvolnum>8</manvolnum></citerefentry>.  With the
      <option>--debug</option> option, it will log even more messages,
      and also show them on the console.
    </para>
  </refsect1>

  <refsect1 id="exit_status">
    <title>EXIT STATUS</title>
    <para>
      The server will exit with a non-zero exit status only when a
      critical error is encountered.
    </para>
  </refsect1>

  <refsect1 id="file">
    <title>FILES</title>
    <para>
      <itemizedlist>
	<listitem><para>
	  <filename>/etc/mandos/mandos.conf</filename>  See <citerefentry>
	    <refentrytitle>mandos.conf</refentrytitle>
	    <manvolnum>5</manvolnum></citerefentry>.
	</para></listitem>
	<listitem><para>
	  <filename>/etc/mandos/clients.conf</filename> See <citerefentry>
	    <refentrytitle>mandos-clients.conf</refentrytitle>
	    <manvolnum>5</manvolnum></citerefentry>.
	</para></listitem>
	<listitem><para>
	  <filename>/var/run/mandos/mandos.pid</filename>
	</para></listitem>
      </itemizedlist>
    </para>
  </refsect1>  

  <refsect1 id="bugs">
    <title>BUGS</title>
    <para>
    </para>
  </refsect1>  

  <refsect1 id="examples">
    <title>EXAMPLES</title>
    <para>
    </para>
  </refsect1>

  <refsect1 id="security">
    <title>SECURITY</title>
    <para>
    </para>
  </refsect1>

  <refsect1 id="see_also">
    <title>SEE ALSO</title>
    <itemizedlist spacing="compact">
      <listitem><para>
	<citerefentry><refentrytitle>password-request</refentrytitle>
	<manvolnum>8mandos</manvolnum></citerefentry>
      </para></listitem>
      
      <listitem><para>
	<citerefentry><refentrytitle>plugin-runner</refentrytitle>
	<manvolnum>8mandos</manvolnum></citerefentry>
      </para></listitem>
      
      <listitem><para>
	<ulink url="http://www.zeroconf.org/">Zeroconf</ulink>
      </para></listitem>
      
      <listitem><para>
	<ulink url="http://www.avahi.org/">Avahi</ulink>
      </para></listitem>
      
      <listitem><para>
	<ulink
	    url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>
      </para></listitem>
      
      <listitem><para>
	<citation>RFC 4880: <citetitle>OpenPGP Message
	Format</citetitle></citation>
      </para></listitem>
      
      <listitem><para>
	<citation>RFC 5081: <citetitle>Using OpenPGP Keys for
	Transport Layer Security</citetitle></citation>
      </para></listitem>
      
      <listitem><para>
	<citation>RFC 4291: <citetitle>IP Version 6 Addressing
	Architecture</citetitle>, section 2.5.6, Link-Local IPv6
	Unicast Addresses</citation>
      </para></listitem>
    </itemizedlist>
  </refsect1>
</refentry>