dropbear: make missing variables local
authorJohn Crispin <john@openwrt.org>
Mon, 2 Jun 2014 12:43:16 +0000 (12:43 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 2 Jun 2014 12:43:16 +0000 (12:43 +0000)
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
SVN-Revision: 40914

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"