mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 03:26:51 +00:00
4511fa4b30
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>
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'
|