Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-manual/pull/89#discussion_r202974346
--- Diff: src/chapters/configuring.xml ---
@@ -841,6 +841,17 @@ guaclog: INFO: All files interpreted
successfully.</computeroutput>
standard port of 22 will be
used.</para>
</entry>
</row>
+ <row>
+
<entry><parameter>sftp-host-key</parameter></entry>
+ <entry>
+ <para>The known hosts entry for the
SFTP server. This
+ parameter is optional, and, if not
provided, no verification
+ of SFTP host identity will be
done. If the parameter is
+ provided the identity of the
server will be checked
+ against the data.</para>
--- End diff --
Added x3.
---