Stylistic fix
This commit is contained in:
parent
28bf4dfe7b
commit
659b3f37f5
|
@ -2080,12 +2080,13 @@ our @options =
|
||||||
{
|
{
|
||||||
name => "ZM_UPLOAD_STRICT",
|
name => "ZM_UPLOAD_STRICT",
|
||||||
default => "no",
|
default => "no",
|
||||||
description => "Whether to require strict host key checking for SFTP uploads",
|
description => "Require strict host key checking for SFTP uploads",
|
||||||
help => qqq("
|
help => qqq("
|
||||||
You can require SFTP uploads to verify the host key of the remote server
|
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
|
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
|
server's key to the known_hosts file. On most systems, this will be
|
||||||
of the web server running ZoneMinder.
|
~/.ssh/known_hosts, where ~ is the home directory of the web server running
|
||||||
|
ZoneMinder.
|
||||||
"),
|
"),
|
||||||
requires => [ { name => "ZM_OPT_UPLOAD", value => "yes" } ],
|
requires => [ { name => "ZM_OPT_UPLOAD", value => "yes" } ],
|
||||||
type => $types{boolean},
|
type => $types{boolean},
|
||||||
|
|
Loading…
Reference in New Issue