dropbear: make missing variables local
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de> SVN-Revision: 40914
This commit is contained in:
parent
2e240a44c1
commit
a866b7eb9d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue