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
owl
Daniel Dickinson 2010-07-27 03:36:27 +00:00
parent 6a9a205f32
commit 9afff8f6a6
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
config dropbear
option PasswordAuth 'on'
option RootPasswordAuth 'on'
option Port '22'
# option BannerFile '/etc/banner'