Stylistic fix

This commit is contained in:
Adam Reiser 2015-12-29 21:08:24 -08:00
parent 28bf4dfe7b
commit 659b3f37f5
1 changed files with 4 additions and 3 deletions

View File

@ -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},