This package adds the mac-telnet server, client, ping and discovery utilities. See https://github.com/aouyar/MAC-Telnet for details. This package uses the fork from https://github.com/jow-/MAC-Telnet as source, the code there has a number of bugfixes and results in smaller binaries since most core functionality has been ported to libubox facilities provided by OpenWrt. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
9 lines
225 B
Text
9 lines
225 B
Text
# Global settings for MAC-Telnet daemon
|
|
config mactelnetd
|
|
option sshmode '0'
|
|
list interface 'lan'
|
|
|
|
# Define a MAC-Telnet login, multiple login sections allowed
|
|
config login
|
|
option username 'root'
|
|
option password 'secret'
|