mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
dropbear: Explicity list default RootPasswordAuth value in default config file so that users know to turn off RootPasswordAuth as well as PasswordAuth to prevent password logins as root.
SVN-Revision: 22394
This commit is contained in:
parent
6a9a205f32
commit
9afff8f6a6
@ -1,4 +1,5 @@
|
|||||||
config dropbear
|
config dropbear
|
||||||
option PasswordAuth 'on'
|
option PasswordAuth 'on'
|
||||||
|
option RootPasswordAuth 'on'
|
||||||
option Port '22'
|
option Port '22'
|
||||||
# option BannerFile '/etc/banner'
|
# option BannerFile '/etc/banner'
|
||||||
|
Loading…
Reference in New Issue
Block a user