GUACAMOLE-527: Correct names of parameters coming from client.

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

Branch: refs/heads/master
Commit: ec4315dfbe9a648a5cb18c74f4dda7f0380a162a
Parents: 5bb6168
Author: Nick Couchman <vn...@apache.org>
Authored: Fri Apr 6 06:33:24 2018 -0400
Committer: Nick Couchman <nick_couch...@cotyinc.com>
Committed: Mon Jun 25 08:31:37 2018 -0400

----------------------------------------------------------------------
 src/protocols/ssh/settings.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/ec4315df/src/protocols/ssh/settings.c
----------------------------------------------------------------------
diff --git a/src/protocols/ssh/settings.c b/src/protocols/ssh/settings.c
index 4653e96..d49a16c 100644
--- a/src/protocols/ssh/settings.c
+++ b/src/protocols/ssh/settings.c
@@ -32,8 +32,8 @@
 /* Client plugin arguments */
 const char* GUAC_SSH_CLIENT_ARGS[] = {
     "hostname",
-    "host_key_type",
-    "host_key",
+    "host-key-type",
+    "host-key",
     "port",
     "username",
     "password",

Reply via email to