/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk
24.1.23 by Björn Påhlsson
Added manual pages for:
1
<?xml version='1.0' encoding='UTF-8'?>
2
<?xml-stylesheet type="text/xsl"
3
	href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"?>
4
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
5
	"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
6
<!ENTITY VERSION "1.0">
7
<!ENTITY COMMANDNAME "password-request">
8
]>
9
10
<refentry>
11
  <refentryinfo>
12
    <title>&COMMANDNAME;</title>
13
    <!-- NWalsh's docbook scripts use this to generate the footer: -->
14
    <productname>&COMMANDNAME;</productname>
15
    <productnumber>&VERSION;</productnumber>
16
    <authorgroup>
17
      <author>
18
	<firstname>Björn</firstname>
19
	<surname>Påhlsson</surname>
20
	<address>
21
	  <email>belorn@fukt.bsnet.se</email>
22
	</address>
23
      </author>
24
      <author>
25
	<firstname>Teddy</firstname>
26
	<surname>Hogeborn</surname>
27
	<address>
28
	  <email>teddy@fukt.bsnet.se</email>
29
	</address>
30
      </author>
31
    </authorgroup>
32
    <copyright>
33
      <year>2008</year>
34
      <holder>Teddy Hogeborn &amp; Björn Påhlsson</holder>
35
    </copyright>
36
    <legalnotice>
37
      <para>
38
	This manual page is free software: you can redistribute it
39
	and/or modify it under the terms of the GNU General Public
40
	License as published by the Free Software Foundation,
41
	either version 3 of the License, or (at your option) any
42
	later version.
43
      </para>
44
45
      <para>
46
	This manual page is distributed in the hope that it will
47
	be useful, but WITHOUT ANY WARRANTY; without even the
48
	implied warranty of MERCHANTABILITY or FITNESS FOR A
49
	PARTICULAR PURPOSE.  See the GNU General Public License
50
	for more details.
51
      </para>
52
53
      <para>
54
	You should have received a copy of the GNU General Public
55
	License along with this program; If not, see
56
	<ulink url="http://www.gnu.org/licenses/"/>.
57
      </para>
58
    </legalnotice>
59
  </refentryinfo>
60
61
  <refmeta>
62
    <refentrytitle>&COMMANDNAME;</refentrytitle>
63
    <manvolnum>8mandos</manvolnum>
64
  </refmeta>
65
  
66
  <refnamediv>
67
    <refname><command>&COMMANDNAME;</command></refname>
68
    <refpurpose>
69
      Client for mandos
70
    </refpurpose>
71
  </refnamediv>
72
73
  <refsynopsisdiv>
74
    <cmdsynopsis>
75
      <command>&COMMANDNAME;</command>
24.1.33 by Björn Påhlsson
synopsis changed
76
      <arg choice='opt'>--connect<arg choice='plain'>IP</arg></arg>
77
      <arg choice='opt'>--keydir<arg choice='plain'>KEYDIR</arg></arg>
78
      <arg choice='opt'>--interface<arg choice='plain'>INTERFACE</arg></arg>
79
      <arg choice='opt'>--pubkey<arg choice='plain'>PUBKEY</arg></arg>
80
      <arg choice='opt'>--seckey<arg choice='plain'>SECKEY</arg></arg>
81
      <arg choice='opt'>--priority<arg choice='plain'>PRIORITY</arg></arg>
82
      <arg choice='opt'>--dh-bits<arg choice='plain'>BITS</arg></arg>      
83
      <arg choice='opt'>--debug</arg>
84
    </cmdsynopsis>
85
    <cmdsynopsis>
86
      <command>&COMMANDNAME;</command>
87
      <arg choice='plain'>--help</arg>
88
    </cmdsynopsis>
89
    <cmdsynopsis>
90
      <command>&COMMANDNAME;</command>
91
      <arg choice='plain'>--usage</arg>
92
    </cmdsynopsis>
93
    <cmdsynopsis>
94
      <command>&COMMANDNAME;</command>
95
      <arg choice='plain'>--version</arg>
96
    </cmdsynopsis>    
24.1.23 by Björn Påhlsson
Added manual pages for:
97
  </refsynopsisdiv>
98
99
  <refsect1 id="description">
100
    <title>DESCRIPTION</title>
101
    <para>
102
      <command>&COMMANDNAME;</command> is a mandos plugin that works
103
      like a client program that through avahi detects mandos servers,
104
      sets up a gnutls connect and request a encrypted password. Any
105
      passwords given is automaticly decrypted and passed to
106
      cryptsetup.
107
    </para>
108
109
    <variablelist>
110
      <varlistentry>
111
	<term><literal>-c</literal>, <literal>--connect=<replaceable>
112
	IP</replaceable></literal></term>
113
	<listitem>
114
	  <para>
115
	    Connect directly to a sepcified mandos server
116
	  </para>
117
	</listitem>
118
      </varlistentry>
119
120
      <varlistentry>
121
	<term><literal>-d</literal>, <literal>--keydir=<replaceable>
122
	KEYDIR</replaceable></literal></term>
123
	<listitem>
124
	  <para>
125
	    Directory where the openpgp keyring is
126
	  </para>
127
	</listitem>
128
      </varlistentry>      
129
130
      <varlistentry>
131
	<term><literal>-i</literal>, <literal>--interface=
132
	<replaceable>INTERFACE</replaceable></literal></term>
133
	<listitem>
134
	  <para>
135
	    Interface that Avahi will conntect through
136
	  </para>
137
	</listitem>
138
      </varlistentry>      
139
140
      <varlistentry>
141
	<term><literal>-p</literal>, <literal>--pubkey=<replaceable>
142
	PUBKEY</replaceable></literal></term>
143
	<listitem>
144
	  <para>
145
	    Public openpgp key for gnutls authentication
146
	  </para>
147
	</listitem>
148
      </varlistentry>      
149
150
      <varlistentry>
151
	<term><literal>-s</literal>, <literal>--seckey=<replaceable>
152
	SECKEY</replaceable></literal></term>
153
	<listitem>
154
	  <para>
155
	    Secret openpgp key for gnutls authentication
156
	  </para>
157
	</listitem>
158
      </varlistentry>            
159
      
160
      <varlistentry>
161
	<term><literal>--priority=<replaceable>PRIORITY</replaceable>
162
	</literal></term>
163
	<listitem>
164
	  <para>
165
	    GNUTLS priority
166
	  </para>
167
	</listitem>
168
      </varlistentry>            
169
170
      <varlistentry>
171
	<term><literal>--dh-bits=<replaceable>BITS</replaceable>
172
	</literal></term>
173
	<listitem>
174
	  <para>
175
	    dh-bits to use in gnutls communication
176
	  </para>
177
	</listitem>
178
      </varlistentry>      
179
      
180
      <varlistentry>
181
	<term><literal>--debug</literal></term>
182
	<listitem>
183
	  <para>
184
	    Debug mode
185
	  </para>
186
	</listitem>
187
      </varlistentry>
188
      
189
      <varlistentry>
190
	<term><literal>-?</literal>, <literal>--help</literal></term>
191
	<listitem>
192
	  <para>
193
	    Gives a help message
194
	  </para>
195
	</listitem>
196
      </varlistentry>
197
      
198
      <varlistentry>
199
	<term><literal>--usage</literal></term>
200
	<listitem>
201
	  <para>
202
	    Gives a short usage message
203
	  </para>
204
	</listitem>
205
      </varlistentry>
206
207
      <varlistentry>
208
	<term><literal>-V</literal>, <literal>--version</literal></term>
209
	<listitem>
210
	  <para>
211
	    Prints the program version
212
	  </para>
213
	</listitem>
214
      </varlistentry>            
215
    </variablelist>
216
  </refsect1>
217
</refentry>