We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc11e9 commit 8e4feb2Copy full SHA for 8e4feb2
apps/wolfsshd/configuration.c
@@ -391,13 +391,13 @@ static const CONFIG_OPTION options[NUM_OPTIONS] = {
391
{OPT_FORCE_CMD, "ForceCommand"},
392
{OPT_HOST_CERT, "HostCertificate"},
393
{OPT_TRUSTED_USER_CA_KEYS, "TrustedUserCAKeys"},
394
- {OPT_TRUSTED_SYSTEM_CA_KEYS, "TrustedSystemCAKeys"},
395
{OPT_PIDFILE, "PidFile"},
396
{OPT_BANNER, "Banner"},
397
- {OPT_TRUSTED_USER_CA_STORE, "TrustedUserCaStore"},
398
- {OPT_WIN_USER_STORES, "WinUserStores"},
399
- {OPT_WIN_USER_DW_FLAGS, "WinUserDwFlags"},
400
- {OPT_WIN_USER_PV_PARA, "WinUserPvPara"},
+ {OPT_TRUSTED_SYSTEM_CA_KEYS, "wolfSSH_TrustedSystemCAKeys"},
+ {OPT_TRUSTED_USER_CA_STORE, "wolfSSH_TrustedUserCaStore"},
+ {OPT_WIN_USER_STORES, "wolfSSH_WinUserStores"},
+ {OPT_WIN_USER_DW_FLAGS, "wolfSSH_WinUserDwFlags"},
+ {OPT_WIN_USER_PV_PARA, "wolfSSH_WinUserPvPara"},
401
};
402
403
/* returns WS_SUCCESS on success */
0 commit comments