mirror of
https://github.com/openwrt/packages.git
synced 2025-02-14 13:48:04 +00:00
Also remove default password from config to prevent daemon from auto-starting. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 lines
219 B
Plaintext
10 lines
219 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 ''
|