From 659b3f37f5a82094791adde5296ac191206e46cd Mon Sep 17 00:00:00 2001 From: Adam Reiser Date: Tue, 29 Dec 2015 21:08:24 -0800 Subject: [PATCH] Stylistic fix --- scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in index cb8530749..198ff2194 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in +++ b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in @@ -2080,12 +2080,13 @@ our @options = { name => "ZM_UPLOAD_STRICT", default => "no", - description => "Whether to require strict host key checking for SFTP uploads", + description => "Require strict host key checking for SFTP uploads", help => qqq(" You can require SFTP uploads to verify the host key of the remote server for protection against man-in-the-middle attacks. You will need to add the - server's key to \$HOME/.ssh/known_hosts, where \$HOME is the home directory - of the web server running ZoneMinder. + server's key to the known_hosts file. On most systems, this will be + ~/.ssh/known_hosts, where ~ is the home directory of the web server running + ZoneMinder. "), requires => [ { name => "ZM_OPT_UPLOAD", value => "yes" } ], type => $types{boolean},