1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02:00
openwrt-packages/net/mac-telnet/files/mactelnet.config
Jo-Philipp Wich 317bae734a mac-telnet: update to latest git - fixes 64bit support
Also remove default password from config to prevent daemon
from auto-starting.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-09-23 20:58:43 +02:00

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 ''