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">
 
 
12
    <title>&COMMANDNAME;</title>
 
 
13
    <!-- NWalsh's docbook scripts use this to generate the footer: -->
 
 
14
    <productname>&COMMANDNAME;</productname>
 
 
15
    <productnumber>&VERSION;</productnumber>
 
 
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 & Björn Påhlsson</holder>
 
 
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
 
 
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
 
 
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/"/>.
 
 
62
    <refentrytitle>&COMMANDNAME;</refentrytitle>
 
 
63
    <manvolnum>8mandos</manvolnum>
 
 
67
    <refname><command>&COMMANDNAME;</command></refname>
 
 
75
      <command>&COMMANDNAME;</command>
 
 
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>
 
 
86
      <command>&COMMANDNAME;</command>
 
 
87
      <arg choice='plain'>--help</arg>
 
 
90
      <command>&COMMANDNAME;</command>
 
 
91
      <arg choice='plain'>--usage</arg>
 
 
94
      <command>&COMMANDNAME;</command>
 
 
95
      <arg choice='plain'>--version</arg>
 
 
99
  <refsect1 id="description">
 
 
100
    <title>DESCRIPTION</title>
 
 
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
 
 
110
  <refsect1 id="options">
 
 
111
    <title>OPTIONS</title>
 
 
113
      Commonly not invoked as command lines but from configuration
 
 
114
      file of plugin runner.
 
 
119
        <term><literal>-c</literal>, <literal>--connect=<replaceable>
 
 
120
        IP</replaceable></literal></term>
 
 
123
            Connect directly to a specified mandos server
 
 
129
        <term><literal>-d</literal>, <literal>--keydir=<replaceable>
 
 
130
        KEYDIR</replaceable></literal></term>
 
 
133
            Directory where the openpgp keyring is
 
 
139
        <term><literal>-i</literal>, <literal>--interface=
 
 
140
        <replaceable>INTERFACE</replaceable></literal></term>
 
 
143
            Interface that Avahi will conntect through
 
 
149
        <term><literal>-p</literal>, <literal>--pubkey=<replaceable>
 
 
150
        PUBKEY</replaceable></literal></term>
 
 
153
            Public openpgp key for gnutls authentication
 
 
159
        <term><literal>-s</literal>, <literal>--seckey=<replaceable>
 
 
160
        SECKEY</replaceable></literal></term>
 
 
163
            Secret openpgp key for gnutls authentication
 
 
169
        <term><literal>--priority=<replaceable>PRIORITY</replaceable>
 
 
179
        <term><literal>--dh-bits=<replaceable>BITS</replaceable>
 
 
183
            dh-bits to use in gnutls communication
 
 
189
        <term><literal>--debug</literal></term>
 
 
198
        <term><literal>-?</literal>, <literal>--help</literal></term>
 
 
207
        <term><literal>--usage</literal></term>
 
 
210
            Gives a short usage message
 
 
216
        <term><literal>-V</literal>, <literal>--version</literal></term>
 
 
219
            Prints the program version
 
 
226
  <refsect1 id="exit_status">
 
 
227
    <title>EXIT STATUS</title>
 
 
232
  <refsect1 id="environment">
 
 
233
    <title>ENVIRONMENT</title>
 
 
250
  <refsect1 id="example">
 
 
251
    <title>EXAMPLE</title>
 
 
256
  <refsect1 id="security">
 
 
257
    <title>SECURITY</title>
 
 
262
  <refsect1 id="see_also">
 
 
263
    <title>SEE ALSO</title>
 
 
266
        <citerefentry><refentrytitle>mandos</refentrytitle>
 
 
267
        <manvolnum>8</manvolnum></citerefentry>
 
 
271
        <citerefentry><refentrytitle>plugin-runner</refentrytitle>
 
 
272
        <manvolnum>8mandos</manvolnum></citerefentry>
 
 
276
        <citerefentry><refentrytitle>password-prompt</refentrytitle>
 
 
277
        <manvolnum>8mandos</manvolnum></citerefentry>
 
 
281
        <ulink url="http://www.zeroconf.org/">Zeroconf</ulink>
 
 
285
        <ulink url="http://www.avahi.org/">Avahi</ulink>
 
 
290
            url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>
 
 
295
        url="http://www.gnupg.org/related_software/gpgme/">
 
 
300
        <citation>RFC 4880: <citetitle>OpenPGP Message
 
 
301
        Format</citetitle></citation>
 
 
305
        <citation>RFC 5081: <citetitle>Using OpenPGP Keys for
 
 
306
        Transport Layer Security</citetitle></citation>
 
 
310
        <citation>RFC 4291: <citetitle>IP Version 6 Addressing
 
 
311
        Architecture</citetitle>, section 2.5.6, Link-Local IPv6
 
 
312
        Unicast Addresses</citation>