The "known_hosts" file is called "ssh_known_hosts" within GUACAMOLE_HOME.
Project: http://git-wip-us.apache.org/repos/asf/guacamole-website/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-website/commit/de832ea8 Tree: http://git-wip-us.apache.org/repos/asf/guacamole-website/tree/de832ea8 Diff: http://git-wip-us.apache.org/repos/asf/guacamole-website/diff/de832ea8 Branch: refs/heads/master Commit: de832ea8f8c28619b01ca3c2023f525d75be31b4 Parents: c165e3c Author: Michael Jumper <[email protected]> Authored: Fri Jan 4 12:02:57 2019 -0800 Committer: Michael Jumper <[email protected]> Committed: Fri Jan 4 12:02:57 2019 -0800 ---------------------------------------------------------------------- _releases/1.0.0.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/de832ea8/_releases/1.0.0.md ---------------------------------------------------------------------- diff --git a/_releases/1.0.0.md b/_releases/1.0.0.md index b469e0e..2ee818b 100644 --- a/_releases/1.0.0.md +++ b/_releases/1.0.0.md @@ -181,11 +181,12 @@ default. If known host keys are not provided, Guacamole will continue to behave as it has in the past and will allow the connection to succeed, though a warning will be logged. -If host keys *are* provided (either in a `known_hosts` file within the -`GUACAMOLE_HOME` directory on the server running guacd, or by passing in a -parameter to the connection with the key of the specific server), host checking -will be strictly enforced and the connection will only succeed if the host -matches. +If host keys *are* provided (either in [an `ssh_known_hosts` file within the +`GUACAMOLE_HOME` directory](/doc/1.0.0/gug/configuring-guacamole.html#ssh-host-verification) +on the server running guacd, or by passing [the `host-key` +parameter](/doc/1.0.0/gug/configuring-guacamole.html#ssh-network-parameters) to +the connection with the key of the specific server), host checking will be +strictly enforced and the connection will only succeed if the host matches. * [GUACAMOLE-527](https://issues.apache.org/jira/browse/GUACAMOLE-527) - Add parameter for specifying known SSH/SFTP server host key
