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

This commit is contained in:
Nick Couchman 2018-04-06 06:33:24 -04:00 committed by Nick Couchman
parent 5bb616832e
commit ec4315dfbe

View File

@ -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",