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 "2014-07-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@recompile.se</email>
26
<firstname>Teddy</firstname>
27
<surname>Hogeborn</surname>
29
<email>teddy@recompile.se</email>
37
<holder>Teddy Hogeborn</holder>
38
<holder>Björn Påhlsson</holder>
40
<xi:include href="legalnotice.xml"/>
44
<refentrytitle>&COMMANDNAME;</refentrytitle>
45
<manvolnum>8</manvolnum>
49
<refname><command>&COMMANDNAME;</command></refname>
51
Text-based GUI to control the Mandos server.
57
<command>&COMMANDNAME;</command>
61
<refsect1 id="description">
62
<title>DESCRIPTION</title>
64
<command>&COMMANDNAME;</command> is an interactive program to
65
monitor and control the operations of the Mandos server (see
66
<citerefentry><refentrytitle>mandos</refentrytitle><manvolnum
67
>8</manvolnum></citerefentry>).
71
<refsect1 id="purpose">
72
<title>PURPOSE</title>
74
The purpose of this is to enable <emphasis>remote and unattended
75
rebooting</emphasis> of client host computer with an
76
<emphasis>encrypted root file system</emphasis>. See <xref
77
linkend="overview"/> for details.
81
<refsect1 id="overview">
82
<title>OVERVIEW</title>
83
<xi:include href="overview.xml"/>
85
This program is used to monitor and control the Mandos server.
86
In particular, it can be used to approve Mandos clients which
87
have been configured to require approval. It also shows all
88
significant events reported by the Mandos server.
95
This program is used to monitor and control the Mandos server.
96
In particular, it can be used to approve Mandos clients which
97
have been configured to require approval. It also shows all
98
significant events reported by the Mandos server.
101
<title>Global Keys</title><tgroup cols="2"><thead>
104
<entry>Function</entry>
112
<entry>Ctrl-L</entry>
113
<entry>Redraw screen</entry>
117
<entry>Show help</entry>
121
<entry>Toggle log window</entry>
125
<entry>Switch window</entry>
129
<entry>Toggle log window line wrap</entry>
133
<entry>Toggle verbose logging</entry>
136
<entry>Up, Ctrl-P, k</entry>
137
<entry>Move up a line</entry>
140
<entry>Down, Ctrl-N, j</entry>
141
<entry>Move down a line</entry>
144
<entry>PageUp, Meta-V, b</entry>
145
<entry>Move up a page</entry>
148
<entry>PageDown, Ctrl-V, SPACE, f</entry>
149
<entry>Move down a page</entry>
151
</tbody></tgroup></table>
153
<title>Client List Keys</title><tgroup cols="2"><thead>
156
<entry>Function</entry>
161
<entry>Enable client</entry>
165
<entry>Disable client</entry>
169
<entry>Approve client</entry>
173
<entry>Deny client</entry>
176
<entry>R, _, Ctrl-K</entry>
177
<entry>Remove client</entry>
181
<entry>Start checker for client</entry>
185
<entry>Stop checker for client</entry>
189
<entry>Force a successful check for this client.</entry>
191
</tbody></tgroup></table>
197
This program can currently only be used to monitor and control a
198
Mandos server with the default D-Bus service name of
199
<quote>Mandos</quote>.
203
<refsect1 id="example">
204
<title>EXAMPLE</title>
207
This program takes no options:
210
<userinput>&COMMANDNAME;</userinput>
215
<refsect1 id="security">
216
<title>SECURITY</title>
218
This program must be permitted to access the Mandos server via
219
the D-Bus interface. This normally requires the root user, but
220
could be configured otherwise by reconfiguring the D-Bus server.
224
<refsect1 id="see_also">
225
<title>SEE ALSO</title>
227
<citerefentry><refentrytitle>intro</refentrytitle>
228
<manvolnum>8mandos</manvolnum></citerefentry>,
229
<citerefentry><refentrytitle>mandos</refentrytitle>
230
<manvolnum>8</manvolnum></citerefentry>,
231
<citerefentry><refentrytitle>mandos-ctl</refentrytitle>
232
<manvolnum>8</manvolnum></citerefentry>
237
<!-- Local Variables: -->
238
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
239
<!-- time-stamp-end: "[\"']>" -->
240
<!-- time-stamp-format: "%:y-%02m-%02d" -->