/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-24 23:18:18 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080824231818-4cgr5zekodg4s0dl
* initramfs-tools-hook: Added "--enable-dsa2" and "--trust-model
                        always" options to gpg.

Show diffs side-by-side

added added

removed removed

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