packages/net/mac-telnet/files/mactelnet.config
Jo-Philipp Wich 6d3990cbcf Add mac-telnet - a layer 2 Telnet/SSH server useful to access bricked devices
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>
2014-09-03 16:38:06 +02:00

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'