dropbear: make missing variables local

Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40914 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2014-06-02 12:43:16 +00:00
parent f7c3ef012e
commit 3b660e4079

View File

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