/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 overview.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-18 23:55:28 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080818235528-dn628nlbrtzl7z4f
* Makefile: Bug fix: fixed creation of man pages for section 5 pages.

* mandos (main): Changed from requiring "[server]" in mandos.conf(5)
                 to requiring "[DEFAULT]".

* mandos.conf ([server]): Renamed to "[DEFAULT]".

* mandos.conf.xml: Removed <?xml-stylesheet>.  New entity "&OVERVIEW;"
                   referring to "overview.xml".
  (DESCRIPTION): Updated to specify the syntax more precisely.  Use
                 <varname> around the option names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
 
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4
2
<para>
5
 
  This is part of the Mandos system for allowing computers to have
6
 
  encrypted root file systems and at the same time be capable of
7
 
  remote and/or unattended reboots.  The computers run a small client
8
 
  program in the initial <acronym>RAM</acronym> disk environment which
9
 
  will communicate with a server over a network.  All network
10
 
  communication is encrypted using <acronym>TLS</acronym>.  The
11
 
  clients are identified by the server using an OpenPGP key; each
12
 
  client has one unique to it.  The server sends the clients an
13
 
  encrypted password.  The encrypted password is decrypted by the
14
 
  clients using the same OpenPGP key, and the password is then used to
15
 
  unlock the root file system, whereupon the computers can continue
16
 
  booting normally.
 
3
  This is part of the Mandos system for allowing host computers to
 
4
  have encrypted root file systems and also be capable of remote and
 
5
  unattended reboots.  The host computers run a small client program
 
6
  in the initial RAM disk environment which will communicate with a
 
7
  server over a network.  The clients are identified by the server
 
8
  using a OpenPGP key; each client has one unique to it.  The server
 
9
  sends the clients an encrypted password.  The encrypted password is
 
10
  decrypted by the clients using the same OpenPGP key, and the
 
11
  password is then used to unlock the root file system, whereupon the
 
12
  host computers can continue booting normally.
17
13
</para>