GUACAMOLE-527: Fix host key options in the protocol settings.
This commit is contained in:
parent
551598e0a4
commit
2bebb96804
@ -84,7 +84,6 @@ const char* GUAC_RDP_CLIENT_ARGS[] = {
|
||||
#ifdef ENABLE_COMMON_SSH
|
||||
"enable-sftp",
|
||||
"sftp-hostname",
|
||||
"sftp-host-key-type",
|
||||
"sftp-host-key",
|
||||
"sftp-port",
|
||||
"sftp-username",
|
||||
|
@ -32,7 +32,6 @@
|
||||
/* Client plugin arguments */
|
||||
const char* GUAC_SSH_CLIENT_ARGS[] = {
|
||||
"hostname",
|
||||
"host-key-type",
|
||||
"host-key",
|
||||
"port",
|
||||
"username",
|
||||
|
@ -63,6 +63,7 @@ const char* GUAC_VNC_CLIENT_ARGS[] = {
|
||||
#ifdef ENABLE_COMMON_SSH
|
||||
"enable-sftp",
|
||||
"sftp-hostname",
|
||||
"sftp-host-key",
|
||||
"sftp-port",
|
||||
"sftp-username",
|
||||
"sftp-password",
|
||||
|
Loading…
Reference in New Issue
Block a user