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 8ec83daf55
commit 1328e7b8eb
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'