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 "2017-02-23">
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>
42
<holder>Teddy Hogeborn</holder>
43
<holder>Björn Påhlsson</holder>
45
<xi:include href="legalnotice.xml"/>
49
<refentrytitle>&COMMANDNAME;</refentrytitle>
50
<manvolnum>8</manvolnum>
54
<refname><command>&COMMANDNAME;</command></refname>
56
Text-based GUI to control the Mandos server.
62
<command>&COMMANDNAME;</command>
66
<refsect1 id="description">
67
<title>DESCRIPTION</title>
69
<command>&COMMANDNAME;</command> is an interactive program to
70
monitor and control the operations of the Mandos server (see
71
<citerefentry><refentrytitle>mandos</refentrytitle><manvolnum
72
>8</manvolnum></citerefentry>).
76
<refsect1 id="purpose">
77
<title>PURPOSE</title>
79
The purpose of this is to enable <emphasis>remote and unattended
80
rebooting</emphasis> of client host computer with an
81
<emphasis>encrypted root file system</emphasis>. See <xref
82
linkend="overview"/> for details.
86
<refsect1 id="overview">
87
<title>OVERVIEW</title>
88
<xi:include href="overview.xml"/>
90
This program is used to monitor and control the Mandos server.
91
In particular, it can be used to approve Mandos clients which
92
have been configured to require approval. It also shows all
93
significant events reported by the Mandos server.
100
This program is used to monitor and control the Mandos server.
101
In particular, it can be used to approve Mandos clients which
102
have been configured to require approval. It also shows all
103
significant events reported by the Mandos server.
106
<title>Global Keys</title><tgroup cols="2"><thead>
109
<entry>Function</entry>
117
<entry>Ctrl-L</entry>
118
<entry>Redraw screen</entry>
122
<entry>Show help</entry>
126
<entry>Toggle log window</entry>
130
<entry>Switch window</entry>
134
<entry>Toggle log window line wrap</entry>
138
<entry>Toggle verbose logging</entry>
141
<entry>Up, Ctrl-P, k</entry>
142
<entry>Move up a line</entry>
145
<entry>Down, Ctrl-N, j</entry>
146
<entry>Move down a line</entry>
149
<entry>PageUp, Meta-V, b</entry>
150
<entry>Move up a page</entry>
153
<entry>PageDown, Ctrl-V, SPACE, f</entry>
154
<entry>Move down a page</entry>
156
</tbody></tgroup></table>
158
<title>Client List Keys</title><tgroup cols="2"><thead>
161
<entry>Function</entry>
166
<entry>Enable client</entry>
170
<entry>Disable client</entry>
174
<entry>Approve client</entry>
178
<entry>Deny client</entry>
181
<entry>R, _, Ctrl-K</entry>
182
<entry>Remove client</entry>
186
<entry>Start checker for client</entry>
190
<entry>Stop checker for client</entry>
194
<entry>Force a successful check for this client.</entry>
196
</tbody></tgroup></table>
202
This program can currently only be used to monitor and control a
203
Mandos server with the default D-Bus bus name of
204
<quote>se.recompile.Mandos</quote>.
206
<xi:include href="bugs.xml"/>
209
<refsect1 id="example">
210
<title>EXAMPLE</title>
213
This program takes no options:
216
<userinput>&COMMANDNAME;</userinput>
221
<refsect1 id="security">
222
<title>SECURITY</title>
224
This program must be permitted to access the Mandos server via
225
the D-Bus interface. This normally requires the root user, but
226
could be configured otherwise by reconfiguring the D-Bus server.
230
<refsect1 id="see_also">
231
<title>SEE ALSO</title>
233
<citerefentry><refentrytitle>intro</refentrytitle>
234
<manvolnum>8mandos</manvolnum></citerefentry>,
235
<citerefentry><refentrytitle>mandos</refentrytitle>
236
<manvolnum>8</manvolnum></citerefentry>,
237
<citerefentry><refentrytitle>mandos-ctl</refentrytitle>
238
<manvolnum>8</manvolnum></citerefentry>
243
<!-- Local Variables: -->
244
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
245
<!-- time-stamp-end: "[\"']>" -->
246
<!-- time-stamp-format: "%:y-%02m-%02d" -->