=== modified file 'TODO'
--- TODO 2008-09-03 05:04:40 +0000
+++ TODO 2008-09-03 13:59:58 +0000
@@ -9,13 +9,6 @@
* password-request
** [#A] Man page: man8/password-request.8mandos
-*** FILES
- Describe the key files and the key ring files. Also note that
- they should normally have been automatically created.
-*** BUGS
-*** EXAMPLE
- Examples of normal usage, debug usage, debugging by connecting
- directly, etc.
*** SECURITY
*** SEE ALSO
Update from mandos.xml
=== modified file 'plugins.d/password-request.xml'
--- plugins.d/password-request.xml 2008-09-03 05:12:45 +0000
+++ plugins.d/password-request.xml 2008-09-03 13:59:58 +0000
@@ -217,6 +217,11 @@
Mandos servers to connect to. The default it
eth0.
+
+ If the option is used, this
+ specifies the interface to use to connect to the address
+ given.
+
@@ -361,20 +366,80 @@
FILES
-
-
+
+
+ /conf/conf.d/mandos/pubkey.txt
+ /conf/conf.d/mandos/seckey.txt
+
+
+ OpenPGP public and private key files, in ASCII
+ Armor format. These are the default file names,
+ they can be changed with the and
+ options.
+
+
+
+
-
- BUGS
-
-
-
+
+
+
+
+
EXAMPLE
+ Note that normally, command line options will not be given
+ directly, but via options for the Mandos plugin-runner
+ 8mandos.
+
+
+ Normal invocation needs no options, if the network interface
+ is eth0:
+
+
+ &COMMANDNAME;
+
+
+
+
+ Search for Mandos servers on another interface:
+
+
+
+ &COMMANDNAME; --interface eth1
+
+
+
+
+ Run in debug mode, and use a custom key directory:
+
+
+
+ &COMMANDNAME; --debug --keydir keydir
+
+
+
+
+ Run in debug mode, with a custom key directory, and do not use
+ Zeroconf to locate a server; connect directly to the IPv6
+ address 2001:db8:f983:bd0b:30de:ae4a:71f2:f672,
+ port 4711, using interface eth2:
+
+
+
+
+&COMMANDNAME; --debug --keydir keydir --connect 2001:db8:f983:bd0b:30de:ae4a:71f2:f672:4711 --interface eth2
+
+
+