mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 23:12:48 +00:00
908975850d
The config_get_bool also works with on/off, yes/no, true/false.
Add 'main' section name. This will make it easier to change settings from uci.
Add a link to documentation.
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/15579
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 4511fa4b30
)
Link: https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz@true.cz>
8 lines
221 B
Plaintext
8 lines
221 B
Plaintext
# See https://openwrt.org/docs/guide-user/base-system/dropbear
|
|
config dropbear main
|
|
option enable '1'
|
|
option PasswordAuth 'on'
|
|
option RootPasswordAuth 'on'
|
|
option Port '22'
|
|
# option BannerFile '/etc/banner'
|