Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-manual/pull/89#discussion_r203227122
--- Diff: src/chapters/configuring.xml ---
@@ -2746,6 +2798,22 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a
the default of 22 will be
used.</para>
</entry>
</row>
+ <row>
+
<entry><parameter>host-key</parameter></entry>
+ <entry>
+ <para><indexterm>
+ <primary>SSH</primary>
+ <secondary>host-key</secondary>
+ </indexterm>The known hosts entry
for the SSH server. This
+ parameter is optional, and, if
not provided, no verification
+ of host identity will be done.
If the parameter is
+ provided the identity of the
server will be checked
+ against the data.</para>
+ <para>The format of this parameter is
that of a single entry from
+ an OpenSSH
<filename>known_hosts</filename> file.
--- End diff --
Missing the closing `</para>`
---