Skip to content

Commit

Permalink
The "known_hosts" file is called "ssh_known_hosts" within GUACAMOLE_H…
Browse files Browse the repository at this point in the history
…OME.
  • Loading branch information
mike-jumper committed Jan 4, 2019
1 parent c165e3c commit de832ea
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions _releases/1.0.0.md
Expand Up @@ -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

Expand Down

0 comments on commit de832ea

Please sign in to comment.