mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -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'
|
||||
Reference in New Issue
Block a user