217
217
Mandos servers to connect to. The default it
218
218
<quote><literal>eth0</literal></quote>.
221
If the <option>--connect</option> option is used, this
222
specifies the interface to use to connect to the address
362
367
<refsect1 id="file">
363
368
<title>FILES</title>
371
<term><filename>/conf/conf.d/mandos/pubkey.txt</filename
373
<term><filename>/conf/conf.d/mandos/seckey.txt</filename
377
OpenPGP public and private key files, in <quote>ASCII
378
Armor</quote> format. These are the default file names,
379
they can be changed with the <option>--pubkey</option> and
380
<option>--seckey</option> options.
387
<!-- <refsect1 id="bugs"> -->
388
<!-- <title>BUGS</title> -->
374
393
<refsect1 id="example">
375
394
<title>EXAMPLE</title>
396
Note that normally, command line options will not be given
397
directly, but via options for the Mandos <citerefentry
398
><refentrytitle>plugin-runner</refentrytitle>
399
<manvolnum>8mandos</manvolnum></citerefentry>.
403
Normal invocation needs no options, if the network interface
404
is <quote>eth0</quote>:
407
<userinput>&COMMANDNAME;</userinput>
412
Search for Mandos servers on another interface:
415
<!-- do not wrap this line -->
416
<userinput>&COMMANDNAME; --interface eth1</userinput>
421
Run in debug mode, and use a custom key directory:
424
<!-- do not wrap this line -->
425
<userinput>&COMMANDNAME; --debug --keydir keydir</userinput>
430
Run in debug mode, with a custom key directory, and do not use
431
Zeroconf to locate a server; connect directly to the IPv6
432
address <quote><systemitem class="ipaddress"
433
>2001:db8:f983:bd0b:30de:ae4a:71f2:f672</systemitem></quote>,
434
port 4711, using interface eth2:
438
<!-- do not wrap this line -->
439
<userinput>&COMMANDNAME; --debug --keydir keydir --connect 2001:db8:f983:bd0b:30de:ae4a:71f2:f672:4711 --interface eth2</userinput>
380
445
<refsect1 id="security">