dropbear: only bind lan by default

(cherry picked from commit 55e06fdb00)
This commit is contained in:
Chuck 2020-04-27 12:31:07 +08:00 committed by Tianling Shen
parent a793a9d15a
commit cf39aafc2c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

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