You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2019/01/05 03:07:14 UTC

[09/10] guacamole-website git commit: SSH/SFTP host *key* checking, not "host checking".

SSH/SFTP host *key* checking, not "host checking".


Project: http://git-wip-us.apache.org/repos/asf/guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-website/commit/d1b55c63
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-website/tree/d1b55c63
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-website/diff/d1b55c63

Branch: refs/heads/master
Commit: d1b55c635d343033062398fa6ed5fe2e46ef5c35
Parents: 7c7a9ac
Author: Michael Jumper <mj...@apache.org>
Authored: Fri Jan 4 14:53:03 2019 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Fri Jan 4 14:53:12 2019 -0800

----------------------------------------------------------------------
 _releases/1.0.0.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/d1b55c63/_releases/1.0.0.md
----------------------------------------------------------------------
diff --git a/_releases/1.0.0.md b/_releases/1.0.0.md
index 17d5db0..6af2a02 100644
--- a/_releases/1.0.0.md
+++ b/_releases/1.0.0.md
@@ -192,8 +192,8 @@ 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.
+the connection with the key of the specific server), host key checking will be
+strictly enforced and the connection will only succeed if the host key matches.
 
  * [GUACAMOLE-527](https://issues.apache.org/jira/browse/GUACAMOLE-527) - Add parameter for specifying known SSH/SFTP server host key