diff options
author | Jon Schipp <jonschipp@gmail.com> | 2014-07-29 21:23:05 +0000 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-08-04 10:35:13 +0200 |
commit | eb9d3eeea59be2618598ada24a1f24deaae57c3d (patch) | |
tree | 58be2a30831b5b13bc109c3b529f3ef3c6fdde03 /mausezahn.8 | |
parent | 29a7c9ee6fd3c353282150c6a8039473d69a7d44 (diff) |
man: mausezahn: document rest of available config file options
This documents two more configuration file options that can be used.
One, automops, is in the development phase (not compiled by default),
and the other one, management-only, is usable. It prevents a user from
using a network interface to pass data traffic with the intention that
the interface is used for machine managment (remote control).
$ cat /etc/netsniff-ng/mausezahn.conf
user = mzadmin
password = better-password
management-only = eth0
automops = /path/to/an/automops-file.xml
Signed-off-by: Jon Schipp <jonschipp@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'mausezahn.8')
-rw-r--r-- | mausezahn.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mausezahn.8 b/mausezahn.8 index 2873e9d..e094e9b 100644 --- a/mausezahn.8 +++ b/mausezahn.8 @@ -231,7 +231,9 @@ Options supported in the configuration file are: password Password for authentication (default: mz) enable Password to enter privilege mode (default: mops) port The listening port for the CLI (default: 25542) - cli-device Interface to bind to (default: all) *not fully implemented* + management-only Set management interface (no data traffic is allowed to pass through) + cli-device Interface to bind CLI to (default: all) *not fully implemented* + automops Path to automops file (contains XML data describing protocols) *in development* .SS Example: .PP |