From eb9d3eeea59be2618598ada24a1f24deaae57c3d Mon Sep 17 00:00:00 2001 From: Jon Schipp Date: Tue, 29 Jul 2014 21:23:05 +0000 Subject: 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 Signed-off-by: Tobias Klauser --- mausezahn.8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mausezahn.8') 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 -- cgit v1.2.3-54-g00ecf