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 "2015-07-20">
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>
40
<holder>Teddy Hogeborn</holder>
41
<holder>Björn Påhlsson</holder>
43
<xi:include href="legalnotice.xml"/>
47
<refentrytitle>&COMMANDNAME;</refentrytitle>
48
<manvolnum>8</manvolnum>
52
<refname><command>&COMMANDNAME;</command></refname>
54
Text-based GUI to control the Mandos server.
60
<command>&COMMANDNAME;</command>
64
<refsect1 id="description">
65
<title>DESCRIPTION</title>
67
<command>&COMMANDNAME;</command> is an interactive program to
68
monitor and control the operations of the Mandos server (see
69
<citerefentry><refentrytitle>mandos</refentrytitle><manvolnum
70
>8</manvolnum></citerefentry>).
74
<refsect1 id="purpose">
75
<title>PURPOSE</title>
77
The purpose of this is to enable <emphasis>remote and unattended
78
rebooting</emphasis> of client host computer with an
79
<emphasis>encrypted root file system</emphasis>. See <xref
80
linkend="overview"/> for details.
84
<refsect1 id="overview">
85
<title>OVERVIEW</title>
86
<xi:include href="overview.xml"/>
88
This program is used to monitor and control the Mandos server.
89
In particular, it can be used to approve Mandos clients which
90
have been configured to require approval. It also shows all
91
significant events reported by the Mandos server.
98
This program is used to monitor and control the Mandos server.
99
In particular, it can be used to approve Mandos clients which
100
have been configured to require approval. It also shows all
101
significant events reported by the Mandos server.
104
<title>Global Keys</title><tgroup cols="2"><thead>
107
<entry>Function</entry>
115
<entry>Ctrl-L</entry>
116
<entry>Redraw screen</entry>
120
<entry>Show help</entry>
124
<entry>Toggle log window</entry>
128
<entry>Switch window</entry>
132
<entry>Toggle log window line wrap</entry>
136
<entry>Toggle verbose logging</entry>
139
<entry>Up, Ctrl-P, k</entry>
140
<entry>Move up a line</entry>
143
<entry>Down, Ctrl-N, j</entry>
144
<entry>Move down a line</entry>
147
<entry>PageUp, Meta-V, b</entry>
148
<entry>Move up a page</entry>
151
<entry>PageDown, Ctrl-V, SPACE, f</entry>
152
<entry>Move down a page</entry>
154
</tbody></tgroup></table>
156
<title>Client List Keys</title><tgroup cols="2"><thead>
159
<entry>Function</entry>
164
<entry>Enable client</entry>
168
<entry>Disable client</entry>
172
<entry>Approve client</entry>
176
<entry>Deny client</entry>
179
<entry>R, _, Ctrl-K</entry>
180
<entry>Remove client</entry>
184
<entry>Start checker for client</entry>
188
<entry>Stop checker for client</entry>
192
<entry>Force a successful check for this client.</entry>
194
</tbody></tgroup></table>
200
This program can currently only be used to monitor and control a
201
Mandos server with the default D-Bus service name of
202
<quote>Mandos</quote>.
206
<refsect1 id="example">
207
<title>EXAMPLE</title>
210
This program takes no options:
213
<userinput>&COMMANDNAME;</userinput>
218
<refsect1 id="security">
219
<title>SECURITY</title>
221
This program must be permitted to access the Mandos server via
222
the D-Bus interface. This normally requires the root user, but
223
could be configured otherwise by reconfiguring the D-Bus server.
227
<refsect1 id="see_also">
228
<title>SEE ALSO</title>
230
<citerefentry><refentrytitle>intro</refentrytitle>
231
<manvolnum>8mandos</manvolnum></citerefentry>,
232
<citerefentry><refentrytitle>mandos</refentrytitle>
233
<manvolnum>8</manvolnum></citerefentry>,
234
<citerefentry><refentrytitle>mandos-ctl</refentrytitle>
235
<manvolnum>8</manvolnum></citerefentry>
240
<!-- Local Variables: -->
241
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
242
<!-- time-stamp-end: "[\"']>" -->
243
<!-- time-stamp-format: "%:y-%02m-%02d" -->