/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 INSTALL

  • Committer: Teddy Hogeborn
  • Date: 2008-10-05 17:38:31 UTC
  • Revision ID: teddy@fukt.bsnet.se-20081005173831-fysrfayl4yvhlo6x
* INSTALL: Add instructions on how to set the correct network
           interface on the cient, and also how to test the server and
           verify the password.

* TODO: Clean up old stuff.

* debian/mandos-client.README.Debian: Separate into sections with
                                      headlines.  Add instructions on
                                      how to test the server and
                                      verify the password.

* plugin-runner.conf: Add reminder to update initrd image.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
     and append this to the file "/etc/mandos/clients.conf" *on the
98
98
     server computer*.
99
99
  
100
 
  4. On the server computer, start the server by running the command
 
100
  4. Configure the client to use the correct network interface.  The
 
101
     default is "eth0", and if this needs to be adjusted, it will be
 
102
     necessary to edit /etc/mandos/plugin-runner.conf to uncomment and
 
103
     change the line there.  If that file is changed, the initrd.img
 
104
     file must be updated, possibly using the following command:
 
105
     
 
106
        # update-initramfs -k all -u
 
107
  
 
108
  5. On the server computer, start the server by running the command
101
109
     For Debian: su -c 'invoke-rc.d mandos start'
102
110
     For Ubuntu: sudo invoke-rc.d mandos start
103
111
     
 
112
     At this point, it is possible to verify that the correct password
 
113
     will be received by the client by running the command:
 
114
     
 
115
        # /usr/lib/mandos/plugins.d/mandos-client \
 
116
                --pubkey=/etc/keys/mandos/pubkey.txt \
 
117
                --seckey=/etc/keys/mandos/seckey.txt; echo
 
118
     
 
119
     This command should retrieve the password from the server,
 
120
     decrypt it, and output it to standard output.
 
121
     
104
122
     After this, the client computer should be able to reboot without
105
123
     needing a password entered on the console, as long as it does not
106
124
     take more than an hour to reboot.