diff --git a/src/protocols/ssh/settings.c b/src/protocols/ssh/settings.c index 4653e96f..d49a16c1 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",