/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to overview.xml

  • Committer: Björn Påhlsson
  • Date: 2008-07-20 02:52:20 UTC
  • Revision ID: belorn@braxen-20080720025220-r5u0388uy9iu23h6
Added following support:
Pluginbased client handler
rewritten Mandos client
       Avahi instead of udp server discovery
       openpgp encrypted key support
Passprompt stand alone application for direct console input
Added logging for Mandos server

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<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.
13
 
</para>