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 VERSION "1.0">
 
 
5
<!ENTITY COMMANDNAME "password-request">
 
 
6
<!ENTITY TIMESTAMP "2008-08-31">
 
 
9
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
 
 
11
    <title>Mandos Manual</title>
 
 
12
    <!-- Nwalsh’s docbook scripts use this to generate the footer: -->
 
 
13
    <productname>Mandos</productname>
 
 
14
    <productnumber>&VERSION;</productnumber>
 
 
15
    <date>&TIMESTAMP;</date>
 
 
18
        <firstname>Björn</firstname>
 
 
19
        <surname>Påhlsson</surname>
 
 
21
          <email>belorn@fukt.bsnet.se</email>
 
 
25
        <firstname>Teddy</firstname>
 
 
26
        <surname>Hogeborn</surname>
 
 
28
          <email>teddy@fukt.bsnet.se</email>
 
 
34
      <holder>Teddy Hogeborn</holder>
 
 
35
      <holder>Björn Påhlsson</holder>
 
 
37
    <xi:include href="../legalnotice.xml"/>
 
 
41
    <refentrytitle>&COMMANDNAME;</refentrytitle>
 
 
42
    <manvolnum>8mandos</manvolnum>
 
 
46
    <refname><command>&COMMANDNAME;</command></refname>
 
 
54
      <command>&COMMANDNAME;</command>
 
 
56
        <arg choice="plain"><option>--connect
 
 
57
        <replaceable>IPADDR</replaceable><literal>:</literal
 
 
58
        ><replaceable>PORT</replaceable></option></arg>
 
 
59
        <arg choice="plain"><option>-c
 
 
60
        <replaceable>IPADDR</replaceable><literal>:</literal
 
 
61
        ><replaceable>PORT</replaceable></option></arg>
 
 
65
        <arg choice="plain"><option>--keydir
 
 
66
        <replaceable>DIRECTORY</replaceable></option></arg>
 
 
67
        <arg choice="plain"><option>-d
 
 
68
        <replaceable>DIRECTORY</replaceable></option></arg>
 
 
72
        <arg choice="plain"><option>--interface
 
 
73
        <replaceable>NAME</replaceable></option></arg>
 
 
74
        <arg choice="plain"><option>-i
 
 
75
        <replaceable>NAME</replaceable></option></arg>
 
 
79
        <arg choice="plain"><option>--pubkey
 
 
80
        <replaceable>FILE</replaceable></option></arg>
 
 
81
        <arg choice="plain"><option>-p
 
 
82
        <replaceable>FILE</replaceable></option></arg>
 
 
86
        <arg choice="plain"><option>--seckey
 
 
87
        <replaceable>FILE</replaceable></option></arg>
 
 
88
        <arg choice="plain"><option>-s
 
 
89
        <replaceable>FILE</replaceable></option></arg>
 
 
93
        <option>--priority <replaceable>STRING</replaceable></option>
 
 
97
        <option>--dh-bits <replaceable>BITS</replaceable></option>
 
 
101
        <option>--debug</option>
 
 
105
      <command>&COMMANDNAME;</command>
 
 
107
        <arg choice="plain"><option>--help</option></arg>
 
 
108
        <arg choice="plain"><option>-?</option></arg>
 
 
112
      <command>&COMMANDNAME;</command>
 
 
113
      <arg choice="plain"><option>--usage</option></arg>
 
 
116
      <command>&COMMANDNAME;</command>
 
 
118
        <arg choice="plain"><option>--version</option></arg>
 
 
119
        <arg choice="plain"><option>-V</option></arg>
 
 
124
  <refsect1 id="description">
 
 
125
    <title>DESCRIPTION</title>
 
 
127
      <command>&COMMANDNAME;</command> is a mandos plugin that works
 
 
128
      like a client program that through avahi detects mandos servers,
 
 
129
      sets up a gnutls connect and request a encrypted password. Any
 
 
130
      passwords given is automaticly decrypted and passed to
 
 
135
  <refsect1 id="options">
 
 
136
    <title>OPTIONS</title>
 
 
138
      Commonly not invoked as command lines but from configuration
 
 
139
      file of plugin runner.
 
 
144
        <term><option>--connect=<replaceable
 
 
145
        >IPADDR</replaceable><literal>:</literal><replaceable
 
 
146
        >PORT</replaceable></option></term>
 
 
148
        <replaceable>IPADDR</replaceable><literal>:</literal
 
 
149
        ><replaceable>PORT</replaceable></option></term>
 
 
152
            Connect directly to a specified mandos server
 
 
158
        <term><option>--keydir=<replaceable
 
 
159
        >DIRECTORY</replaceable></option></term>
 
 
161
        <replaceable>DIRECTORY</replaceable></option></term>
 
 
164
            Directory where the openpgp keyring is
 
 
170
        <term><option>--interface=
 
 
171
        <replaceable>NAME</replaceable></option></term>
 
 
173
        <replaceable>NAME</replaceable></option></term>
 
 
176
            Interface that Avahi will connect through
 
 
182
        <term><option>--pubkey=<replaceable
 
 
183
        >FILE</replaceable></option></term>
 
 
185
        <replaceable>FILE</replaceable></option></term>
 
 
188
            Public openpgp key for gnutls authentication
 
 
194
        <term><option>--seckey=<replaceable
 
 
195
        >FILE</replaceable></option></term>
 
 
197
        <replaceable>FILE</replaceable></option></term>
 
 
200
            Secret OpenPGP key for GnuTLS authentication
 
 
206
        <term><option>--priority=<replaceable
 
 
207
        >STRING</replaceable></option></term>
 
 
216
        <term><option>--dh-bits=<replaceable
 
 
217
        >BITS</replaceable></option></term>
 
 
220
            DH bits to use in gnutls communication
 
 
226
        <term><option>--debug</option></term>
 
 
235
        <term><option>--help</option></term>
 
 
236
        <term><option>-?</option></term>
 
 
245
        <term><option>--usage</option></term>
 
 
248
            Gives a short usage message
 
 
254
        <term><option>--version</option></term>
 
 
255
        <term><option>-V</option></term>
 
 
258
            Prints the program version
 
 
265
  <refsect1 id="exit_status">
 
 
266
    <title>EXIT STATUS</title>
 
 
271
  <refsect1 id="environment">
 
 
272
    <title>ENVIRONMENT</title>
 
 
289
  <refsect1 id="example">
 
 
290
    <title>EXAMPLE</title>
 
 
295
  <refsect1 id="security">
 
 
296
    <title>SECURITY</title>
 
 
301
  <refsect1 id="see_also">
 
 
302
    <title>SEE ALSO</title>
 
 
304
      <citerefentry><refentrytitle>mandos</refentrytitle>
 
 
305
      <manvolnum>8</manvolnum></citerefentry>,
 
 
306
      <citerefentry><refentrytitle>password-prompt</refentrytitle>
 
 
307
      <manvolnum>8mandos</manvolnum></citerefentry>,
 
 
308
      <citerefentry><refentrytitle>plugin-runner</refentrytitle>
 
 
309
      <manvolnum>8mandos</manvolnum></citerefentry>
 
 
313
        <ulink url="http://www.zeroconf.org/">Zeroconf</ulink>
 
 
317
        <ulink url="http://www.avahi.org/">Avahi</ulink>
 
 
322
            url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>
 
 
327
        url="http://www.gnupg.org/related_software/gpgme/">
 
 
332
        <citation>RFC 4880: <citetitle>OpenPGP Message
 
 
333
        Format</citetitle></citation>
 
 
337
        <citation>RFC 5081: <citetitle>Using OpenPGP Keys for
 
 
338
        Transport Layer Security</citetitle></citation>
 
 
342
        <citation>RFC 4291: <citetitle>IP Version 6 Addressing
 
 
343
        Architecture</citetitle>, section 2.5.6, Link-Local IPv6
 
 
344
        Unicast Addresses</citation>
 
 
350
<!-- Local Variables: -->
 
 
351
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
 
 
352
<!-- time-stamp-end: "[\"']>" -->
 
 
353
<!-- time-stamp-format: "%:y-%02m-%02d" -->