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>
This commit is contained in:
Jo-Philipp Wich
2014-09-03 16:32:57 +02:00
parent fbe4697b49
commit 6d3990cbcf
3 changed files with 160 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# 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'