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 changed files with 1 additions and 0 deletions
|
@ -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 a new issue