dropbear: set listen interface to lan (#7100)

默认设置为“未指定”不安全
This commit is contained in:
dansir 2021-06-20 13:29:18 +08:00 committed by GitHub
parent 7143083908
commit 89d2ce56df
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'