mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
dropbear: only bind lan by default (#4456)
This commit is contained in:
parent
a818d7e5da
commit
55e06fdb00
@ -2,4 +2,5 @@ config dropbear
|
||||
option PasswordAuth 'on'
|
||||
option RootPasswordAuth 'on'
|
||||
option Port '22'
|
||||
option Interface 'lan'
|
||||
# option BannerFile '/etc/banner'
|
||||
|
Loading…
Reference in New Issue
Block a user