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 "2018-02-08">
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>
43
<holder>Teddy Hogeborn</holder>
44
<holder>Björn Påhlsson</holder>
46
<xi:include href="legalnotice.xml"/>
50
<refentrytitle>&COMMANDNAME;</refentrytitle>
51
<manvolnum>8</manvolnum>
55
<refname><command>&COMMANDNAME;</command></refname>
57
Text-based GUI to control the Mandos server.
63
<command>&COMMANDNAME;</command>
67
<refsect1 id="description">
68
<title>DESCRIPTION</title>
70
<command>&COMMANDNAME;</command> is an interactive program to
71
monitor and control the operations of the Mandos server (see
72
<citerefentry><refentrytitle>mandos</refentrytitle><manvolnum
73
>8</manvolnum></citerefentry>).
77
<refsect1 id="purpose">
78
<title>PURPOSE</title>
80
The purpose of this is to enable <emphasis>remote and unattended
81
rebooting</emphasis> of client host computer with an
82
<emphasis>encrypted root file system</emphasis>. See <xref
83
linkend="overview"/> for details.
87
<refsect1 id="overview">
88
<title>OVERVIEW</title>
89
<xi:include href="overview.xml"/>
91
This program is used to monitor and control the Mandos server.
92
In particular, it can be used to approve Mandos clients which
93
have been configured to require approval. It also shows all
94
significant events reported by the Mandos server.
101
This program is used to monitor and control the Mandos server.
102
In particular, it can be used to approve Mandos clients which
103
have been configured to require approval. It also shows all
104
significant events reported by the Mandos server.
107
<title>Global Keys</title><tgroup cols="2"><thead>
110
<entry>Function</entry>
118
<entry>Ctrl-L</entry>
119
<entry>Redraw screen</entry>
123
<entry>Show help</entry>
127
<entry>Toggle log window</entry>
131
<entry>Switch window</entry>
135
<entry>Toggle log window line wrap</entry>
139
<entry>Toggle verbose logging</entry>
142
<entry>Up, Ctrl-P, k</entry>
143
<entry>Move up a line</entry>
146
<entry>Down, Ctrl-N, j</entry>
147
<entry>Move down a line</entry>
150
<entry>PageUp, Meta-V, b</entry>
151
<entry>Move up a page</entry>
154
<entry>PageDown, Ctrl-V, SPACE, f</entry>
155
<entry>Move down a page</entry>
157
</tbody></tgroup></table>
159
<title>Client List Keys</title><tgroup cols="2"><thead>
162
<entry>Function</entry>
167
<entry>Enable client</entry>
171
<entry>Disable client</entry>
175
<entry>Approve client</entry>
179
<entry>Deny client</entry>
182
<entry>R, _, Ctrl-K</entry>
183
<entry>Remove client</entry>
187
<entry>Start checker for client</entry>
191
<entry>Stop checker for client</entry>
195
<entry>Force a successful check for this client.</entry>
197
</tbody></tgroup></table>
203
This program can currently only be used to monitor and control a
204
Mandos server with the default D-Bus bus name of
205
<quote>se.recompile.Mandos</quote>.
207
<xi:include href="bugs.xml"/>
210
<refsect1 id="example">
211
<title>EXAMPLE</title>
214
This program takes no options:
217
<userinput>&COMMANDNAME;</userinput>
222
<refsect1 id="security">
223
<title>SECURITY</title>
225
This program must be permitted to access the Mandos server via
226
the D-Bus interface. This normally requires the root user, but
227
could be configured otherwise by reconfiguring the D-Bus server.
231
<refsect1 id="see_also">
232
<title>SEE ALSO</title>
234
<citerefentry><refentrytitle>intro</refentrytitle>
235
<manvolnum>8mandos</manvolnum></citerefentry>,
236
<citerefentry><refentrytitle>mandos</refentrytitle>
237
<manvolnum>8</manvolnum></citerefentry>,
238
<citerefentry><refentrytitle>mandos-ctl</refentrytitle>
239
<manvolnum>8</manvolnum></citerefentry>
244
<!-- Local Variables: -->
245
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
246
<!-- time-stamp-end: "[\"']>" -->
247
<!-- time-stamp-format: "%:y-%02m-%02d" -->