dropbear: only bind lan by default (#4456)

This commit is contained in:
Chuck 2020-04-27 12:31:07 +08:00 committed by GitHub
parent a818d7e5da
commit 55e06fdb00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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