dropbear: make missing variables local
[openwrt/svn-archive/archive.git] / package / network / services / dropbear / files / dropbear.init
index 19aab3653bf7ba356c6ed8abe9c3157b37f1e08b..5206426ec30075e98c23ab7d159ecce9587b8b71 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"