mirror of https://github.com/hak5/openwrt-owl.git
dropbear: make missing variables local
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de> SVN-Revision: 40914owl
parent
2e240a44c1
commit
a866b7eb9d
|
@ -54,7 +54,7 @@ dropbear_instance()
|
||||||
{
|
{
|
||||||
local PasswordAuth enable Interface GatewayPorts \
|
local PasswordAuth enable Interface GatewayPorts \
|
||||||
RootPasswordAuth RootLogin rsakeyfile \
|
RootPasswordAuth RootLogin rsakeyfile \
|
||||||
dsskeyfile BannerFile Port
|
dsskeyfile BannerFile Port SSHKeepAlive IdleTimeout
|
||||||
|
|
||||||
validate_section_dropbear "${1}" || {
|
validate_section_dropbear "${1}" || {
|
||||||
echo "validation failed"
|
echo "validation failed"
|
||||||
|
|
Loading…
Reference in New Issue