mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00: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 RootPasswordAuth 'on'
|
||||
option Port '22'
|
||||
option Interface 'lan'
|
||||
# option BannerFile '/etc/banner'
|
||||
|
Loading…
Reference in New Issue
Block a user