dropbear: make missing variables local
[openwrt.git] / package / network / services / dropbear / files / dropbear.init
index 19aab36..5206426 100755 (executable)
@@ -54,7 +54,7 @@ dropbear_instance()
 {
        local PasswordAuth enable Interface GatewayPorts \
                RootPasswordAuth RootLogin rsakeyfile \
-               dsskeyfile BannerFile Port
+               dsskeyfile BannerFile Port SSHKeepAlive IdleTimeout
 
        validate_section_dropbear "${1}" || {
                echo "validation failed"