97
97
and append this to the file "/etc/mandos/clients.conf" *on the
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:
106
# update-initramfs -k all -u
108
5. On the server computer, start the server by running the command
100
4. On the server computer, start the server by running the command
109
101
For Debian: su -c 'invoke-rc.d mandos start'
110
102
For Ubuntu: sudo invoke-rc.d mandos start
112
At this point, it is possible to verify that the correct password
113
will be received by the client by running the command:
115
# /usr/lib/mandos/plugins.d/mandos-client \
116
--pubkey=/etc/keys/mandos/pubkey.txt \
117
--seckey=/etc/keys/mandos/seckey.txt; echo
119
This command should retrieve the password from the server,
120
decrypt it, and output it to standard output.
122
104
After this, the client computer should be able to reboot without
123
105
needing a password entered on the console, as long as it does not
124
106
take more than an hour to reboot.
128
110
You may want to tighten or loosen the timeouts in the server
129
111
configuration files; see mandos.conf(5) and mandos-clients.conf(5).
130
If IPsec is not used, it is suggested that a more cryptographically
112
Is IPsec is not used, it is suggested that a more cryptographically
131
113
secure checker program is used and configured, since without IPsec
132
114
ping packets can be faked.