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 "2011-10-03">
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@recompile.se</email>
26
<firstname>Teddy</firstname>
27
<surname>Hogeborn</surname>
29
<email>teddy@recompile.se</email>
36
<holder>Teddy Hogeborn</holder>
37
<holder>Björn Påhlsson</holder>
39
<xi:include href="legalnotice.xml"/>
43
<refentrytitle>&COMMANDNAME;</refentrytitle>
44
<manvolnum>8</manvolnum>
48
<refname><command>&COMMANDNAME;</command></refname>
50
Text-based GUI to control the Mandos server.
56
<command>&COMMANDNAME;</command>
60
<refsect1 id="description">
61
<title>DESCRIPTION</title>
63
<command>&COMMANDNAME;</command> is an interactive program to
64
monitor and control the operations of the Mandos server (see
65
<citerefentry><refentrytitle>mandos</refentrytitle><manvolnum
66
>8</manvolnum></citerefentry>).
70
<refsect1 id="purpose">
71
<title>PURPOSE</title>
73
The purpose of this is to enable <emphasis>remote and unattended
74
rebooting</emphasis> of client host computer with an
75
<emphasis>encrypted root file system</emphasis>. See <xref
76
linkend="overview"/> for details.
80
<refsect1 id="overview">
81
<title>OVERVIEW</title>
82
<xi:include href="overview.xml"/>
84
This program is used to monitor and control the Mandos server.
85
In particular, it can be used to approve Mandos clients which
86
have been configured to require approval. It also shows all
87
significant events reported by the Mandos server.
94
This program is used to monitor and control the Mandos server.
95
In particular, it can be used to approve Mandos clients which
96
have been configured to require approval. It also shows all
97
significant events reported by the Mandos server.
100
<title>Global Keys</title><tgroup cols="2"><thead>
103
<entry>Function</entry>
111
<entry>Ctrl-L</entry>
112
<entry>Redraw screen</entry>
116
<entry>Show help</entry>
120
<entry>Toggle log window</entry>
124
<entry>Switch window</entry>
128
<entry>Toggle log window line wrap</entry>
131
<entry>Up, Ctrl-P, k</entry>
132
<entry>Move up a line</entry>
135
<entry>Down, Ctrl-N, j</entry>
136
<entry>Move down a line</entry>
139
<entry>PageUp, Meta-V, b</entry>
140
<entry>Move up a page</entry>
143
<entry>PageDown, Ctrl-V, SPACE, f</entry>
144
<entry>Move down a page</entry>
146
</tbody></tgroup></table>
148
<title>Client List Keys</title><tgroup cols="2"><thead>
151
<entry>Function</entry>
156
<entry>Enable client</entry>
160
<entry>Disable client</entry>
164
<entry>Approve client</entry>
168
<entry>Deny client</entry>
171
<entry>R, _, Ctrl-K</entry>
172
<entry>Remove client</entry>
176
<entry>Start checker for client</entry>
180
<entry>Stop checker for client</entry>
184
<entry>Force a successful check for this client.</entry>
186
</tbody></tgroup></table>
192
This program can currently only be used to monitor and control a
193
Mandos server with the default D-Bus service name of
194
<quote>Mandos</quote>.
198
<refsect1 id="example">
199
<title>EXAMPLE</title>
202
This program takes no options:
205
<userinput>&COMMANDNAME;</userinput>
210
<refsect1 id="security">
211
<title>SECURITY</title>
213
This program must be permitted to access the Mandos server via
214
the D-Bus interface. This normally requires the root user, but
215
could be configured otherwise by reconfiguring the D-Bus server.
219
<refsect1 id="see_also">
220
<title>SEE ALSO</title>
222
<citerefentry><refentrytitle>intro</refentrytitle>
223
<manvolnum>8mandos</manvolnum></citerefentry>,
224
<citerefentry><refentrytitle>mandos</refentrytitle>
225
<manvolnum>8</manvolnum></citerefentry>,
226
<citerefentry><refentrytitle>mandos-ctl</refentrytitle>
227
<manvolnum>8</manvolnum></citerefentry>
232
<!-- Local Variables: -->
233
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
234
<!-- time-stamp-end: "[\"']>" -->
235
<!-- time-stamp-format: "%:y-%02m-%02d" -->