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 "2016-03-05">
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>
41
<holder>Teddy Hogeborn</holder>
42
<holder>Björn Påhlsson</holder>
44
<xi:include href="legalnotice.xml"/>
48
<refentrytitle>&COMMANDNAME;</refentrytitle>
49
<manvolnum>8</manvolnum>
53
<refname><command>&COMMANDNAME;</command></refname>
55
Text-based GUI to control the Mandos server.
61
<command>&COMMANDNAME;</command>
65
<refsect1 id="description">
66
<title>DESCRIPTION</title>
68
<command>&COMMANDNAME;</command> is an interactive program to
69
monitor and control the operations of the Mandos server (see
70
<citerefentry><refentrytitle>mandos</refentrytitle><manvolnum
71
>8</manvolnum></citerefentry>).
75
<refsect1 id="purpose">
76
<title>PURPOSE</title>
78
The purpose of this is to enable <emphasis>remote and unattended
79
rebooting</emphasis> of client host computer with an
80
<emphasis>encrypted root file system</emphasis>. See <xref
81
linkend="overview"/> for details.
85
<refsect1 id="overview">
86
<title>OVERVIEW</title>
87
<xi:include href="overview.xml"/>
89
This program is used to monitor and control the Mandos server.
90
In particular, it can be used to approve Mandos clients which
91
have been configured to require approval. It also shows all
92
significant events reported by the Mandos server.
99
This program is used to monitor and control the Mandos server.
100
In particular, it can be used to approve Mandos clients which
101
have been configured to require approval. It also shows all
102
significant events reported by the Mandos server.
105
<title>Global Keys</title><tgroup cols="2"><thead>
108
<entry>Function</entry>
116
<entry>Ctrl-L</entry>
117
<entry>Redraw screen</entry>
121
<entry>Show help</entry>
125
<entry>Toggle log window</entry>
129
<entry>Switch window</entry>
133
<entry>Toggle log window line wrap</entry>
137
<entry>Toggle verbose logging</entry>
140
<entry>Up, Ctrl-P, k</entry>
141
<entry>Move up a line</entry>
144
<entry>Down, Ctrl-N, j</entry>
145
<entry>Move down a line</entry>
148
<entry>PageUp, Meta-V, b</entry>
149
<entry>Move up a page</entry>
152
<entry>PageDown, Ctrl-V, SPACE, f</entry>
153
<entry>Move down a page</entry>
155
</tbody></tgroup></table>
157
<title>Client List Keys</title><tgroup cols="2"><thead>
160
<entry>Function</entry>
165
<entry>Enable client</entry>
169
<entry>Disable client</entry>
173
<entry>Approve client</entry>
177
<entry>Deny client</entry>
180
<entry>R, _, Ctrl-K</entry>
181
<entry>Remove client</entry>
185
<entry>Start checker for client</entry>
189
<entry>Stop checker for client</entry>
193
<entry>Force a successful check for this client.</entry>
195
</tbody></tgroup></table>
201
This program can currently only be used to monitor and control a
202
Mandos server with the default D-Bus bus name of
203
<quote>se.recompile.Mandos</quote>.
205
<xi:include href="bugs.xml"/>
208
<refsect1 id="example">
209
<title>EXAMPLE</title>
212
This program takes no options:
215
<userinput>&COMMANDNAME;</userinput>
220
<refsect1 id="security">
221
<title>SECURITY</title>
223
This program must be permitted to access the Mandos server via
224
the D-Bus interface. This normally requires the root user, but
225
could be configured otherwise by reconfiguring the D-Bus server.
229
<refsect1 id="see_also">
230
<title>SEE ALSO</title>
232
<citerefentry><refentrytitle>intro</refentrytitle>
233
<manvolnum>8mandos</manvolnum></citerefentry>,
234
<citerefentry><refentrytitle>mandos</refentrytitle>
235
<manvolnum>8</manvolnum></citerefentry>,
236
<citerefentry><refentrytitle>mandos-ctl</refentrytitle>
237
<manvolnum>8</manvolnum></citerefentry>
242
<!-- Local Variables: -->
243
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
244
<!-- time-stamp-end: "[\"']>" -->
245
<!-- time-stamp-format: "%:y-%02m-%02d" -->