mirror of
https://github.com/novatiq/packages.git
synced 2026-07-28 06:23:49 +01:00
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>
10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
# 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'
|