mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-12 17:12:04 +08:00
set default interface to lan to avoid attacks (#5773)
to avoid attacks from WAN
This commit is contained in:
parent
1e36f5d11c
commit
78cff4a63a
@ -2,4 +2,5 @@ config dropbear
|
|||||||
option PasswordAuth 'on'
|
option PasswordAuth 'on'
|
||||||
option RootPasswordAuth 'on'
|
option RootPasswordAuth 'on'
|
||||||
option Port '22'
|
option Port '22'
|
||||||
|
option Interface 'lan'
|
||||||
# option BannerFile '/etc/banner'
|
# option BannerFile '/etc/banner'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user