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 "2019-02-10">
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>
44
<holder>Teddy Hogeborn</holder>
45
<holder>Björn Påhlsson</holder>
47
<xi:include href="legalnotice.xml"/>
51
<refentrytitle>&COMMANDNAME;</refentrytitle>
52
<manvolnum>8</manvolnum>
56
<refname><command>&COMMANDNAME;</command></refname>
58
Text-based GUI to control the Mandos server.
64
<command>&COMMANDNAME;</command>
68
<refsect1 id="description">
69
<title>DESCRIPTION</title>
71
<command>&COMMANDNAME;</command> is an interactive program to
72
monitor and control the operations of the Mandos server (see
73
<citerefentry><refentrytitle>mandos</refentrytitle><manvolnum
74
>8</manvolnum></citerefentry>).
78
<refsect1 id="purpose">
79
<title>PURPOSE</title>
81
The purpose of this is to enable <emphasis>remote and unattended
82
rebooting</emphasis> of client host computer with an
83
<emphasis>encrypted root file system</emphasis>. See <xref
84
linkend="overview"/> for details.
88
<refsect1 id="overview">
89
<title>OVERVIEW</title>
90
<xi:include href="overview.xml"/>
92
This program is used to monitor and control the Mandos server.
93
In particular, it can be used to approve Mandos clients which
94
have been configured to require approval. It also shows all
95
significant events reported by the Mandos server.
102
This program is used to monitor and control the Mandos server.
103
In particular, it can be used to approve Mandos clients which
104
have been configured to require approval. It also shows all
105
significant events reported by the Mandos server.
108
<title>Global Keys</title><tgroup cols="2"><thead>
111
<entry>Function</entry>
119
<entry>Ctrl-L</entry>
120
<entry>Redraw screen</entry>
124
<entry>Show help</entry>
128
<entry>Toggle log window</entry>
132
<entry>Switch window</entry>
136
<entry>Toggle log window line wrap</entry>
140
<entry>Toggle verbose logging</entry>
143
<entry>Up, Ctrl-P, k</entry>
144
<entry>Move up a line</entry>
147
<entry>Down, Ctrl-N, j</entry>
148
<entry>Move down a line</entry>
151
<entry>PageUp, Meta-V, b</entry>
152
<entry>Move up a page</entry>
155
<entry>PageDown, Ctrl-V, SPACE, f</entry>
156
<entry>Move down a page</entry>
158
</tbody></tgroup></table>
160
<title>Client List Keys</title><tgroup cols="2"><thead>
163
<entry>Function</entry>
168
<entry>Enable client</entry>
172
<entry>Disable client</entry>
176
<entry>Approve client</entry>
180
<entry>Deny client</entry>
183
<entry>R, _, Ctrl-K</entry>
184
<entry>Remove client</entry>
188
<entry>Start checker for client</entry>
192
<entry>Stop checker for client</entry>
196
<entry>Force a successful check for this client.</entry>
198
</tbody></tgroup></table>
204
This program can currently only be used to monitor and control a
205
Mandos server with the default D-Bus bus name of
206
<quote>se.recompile.Mandos</quote>.
208
<xi:include href="bugs.xml"/>
211
<refsect1 id="example">
212
<title>EXAMPLE</title>
215
This program takes no options:
218
<userinput>&COMMANDNAME;</userinput>
223
<refsect1 id="security">
224
<title>SECURITY</title>
226
This program must be permitted to access the Mandos server via
227
the D-Bus interface. This normally requires the root user, but
228
could be configured otherwise by reconfiguring the D-Bus server.
232
<refsect1 id="see_also">
233
<title>SEE ALSO</title>
235
<citerefentry><refentrytitle>intro</refentrytitle>
236
<manvolnum>8mandos</manvolnum></citerefentry>,
237
<citerefentry><refentrytitle>mandos</refentrytitle>
238
<manvolnum>8</manvolnum></citerefentry>,
239
<citerefentry><refentrytitle>mandos-ctl</refentrytitle>
240
<manvolnum>8</manvolnum></citerefentry>
245
<!-- Local Variables: -->
246
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
247
<!-- time-stamp-end: "[\"']>" -->
248
<!-- time-stamp-format: "%:y-%02m-%02d" -->