1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
<!ENTITY COMMANDNAME "mandos-monitor">
5
<!ENTITY TIMESTAMP "2010-09-14">
6
<!ENTITY % common SYSTEM "common.ent">
10
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
12
<title>Mandos Manual</title>
13
<!-- NWalsh’s docbook scripts use this to generate the footer: -->
14
<productname>Mandos</productname>
15
<productnumber>&version;</productnumber>
16
<date>&TIMESTAMP;</date>
19
<firstname>Björn</firstname>
20
<surname>Påhlsson</surname>
22
<email>belorn@fukt.bsnet.se</email>
26
<firstname>Teddy</firstname>
27
<surname>Hogeborn</surname>
29
<email>teddy@fukt.bsnet.se</email>
35
<holder>Teddy Hogeborn</holder>
36
<holder>Björn Påhlsson</holder>
38
<xi:include href="legalnotice.xml"/>
42
<refentrytitle>&COMMANDNAME;</refentrytitle>
43
<manvolnum>8</manvolnum>
47
<refname><command>&COMMANDNAME;</command></refname>
49
Text-based GUI to control the Mandos server.
55
<command>&COMMANDNAME;</command>
59
<refsect1 id="description">
60
<title>DESCRIPTION</title>
62
<command>&COMMANDNAME;</command> is an interactive program to
63
monitor and control the operations of the Mandos server (see
64
<citerefentry><refentrytitle>mandos</refentrytitle><manvolnum
65
>8</manvolnum></citerefentry>).
69
<refsect1 id="purpose">
70
<title>PURPOSE</title>
72
The purpose of this is to enable <emphasis>remote and unattended
73
rebooting</emphasis> of client host computer with an
74
<emphasis>encrypted root file system</emphasis>. See <xref
75
linkend="overview"/> for details.
79
<refsect1 id="overview">
80
<title>OVERVIEW</title>
81
<xi:include href="overview.xml"/>
83
This program is used to monitor and control the Mandos server.
84
In particular, it can be used to approve Mandos clients which
85
have been configured to require approval. It also shows all
86
significant events reported by the Mandos server.
93
This program is used to monitor and control the Mandos server.
94
In particular, it can be used to approve Mandos clients which
95
have been configured to require approval. It also shows all
96
significant events reported by the Mandos server.
99
<title>Global Keys</title><tgroup cols="2"><thead>
102
<entry>Function</entry>
110
<entry>Ctrl-L</entry>
111
<entry>Redraw screen</entry>
115
<entry>Show help</entry>
119
<entry>Toggle log window</entry>
123
<entry>Switch window</entry>
127
<entry>Toggle log window line wrap</entry>
130
<entry>Up, Ctrl-P, k</entry>
131
<entry>Move up a line</entry>
134
<entry>Down, Ctrl-N, j</entry>
135
<entry>Move down a line</entry>
138
<entry>PageUp, Meta-V, b</entry>
139
<entry>Move up a page</entry>
142
<entry>PageDown, Ctrl-V, SPACE, f</entry>
143
<entry>Move down a page</entry>
145
</tbody></tgroup></table>
147
<title>Client List Keys</title><tgroup cols="2"><thead>
150
<entry>Function</entry>
155
<entry>Enable client</entry>
159
<entry>Disable client</entry>
163
<entry>Approve client</entry>
167
<entry>Deny client</entry>
170
<entry>r, _, Ctrl-K</entry>
171
<entry>Remove client</entry>
175
<entry>Start checker for client</entry>
179
<entry>Stop checker for client</entry>
183
<entry>Force a successful check for this client.</entry>
185
</tbody></tgroup></table>
191
This program can currently only be used to monitor and control a
192
Mandos server with the default D-Bus service name of
193
<quote>Mandos</quote>.
197
<refsect1 id="example">
198
<title>EXAMPLE</title>
201
This program takes no options:
204
<userinput>&COMMANDNAME;</userinput>
209
<refsect1 id="security">
210
<title>SECURITY</title>
212
This program must be permitted to access the Mandos server via
213
the D-Bus interface. This normally requires the root user, but
214
could be configured otherwise by reconfiguring the D-Bus server.
218
<refsect1 id="see_also">
219
<title>SEE ALSO</title>
221
<citerefentry><refentrytitle>mandos</refentrytitle>
222
<manvolnum>8</manvolnum></citerefentry>,
223
<citerefentry><refentrytitle>mandos-ctl</refentrytitle>
224
<manvolnum>8</manvolnum></citerefentry>
229
<!-- Local Variables: -->
230
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
231
<!-- time-stamp-end: "[\"']>" -->
232
<!-- time-stamp-format: "%:y-%02m-%02d" -->