Browse Source

dropbear: make missing variables local

Signed-off-by: Reiner Herrmann <[email protected]>

SVN-Revision: 40914
John Crispin 11 years ago
parent
commit
a866b7eb9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/network/services/dropbear/files/dropbear.init

+ 1 - 1
package/network/services/dropbear/files/dropbear.init

@@ -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"