There was an error while loading. Please reload this page.
1 parent b71d1c5 commit 1e05ae3Copy full SHA for 1e05ae3
1 file changed
apps/wolfsshd/configuration.c
@@ -471,14 +471,14 @@ static const CONFIG_OPTION options[NUM_OPTIONS] = {
471
{OPT_FORCE_CMD, "ForceCommand"},
472
{OPT_HOST_CERT, "HostCertificate"},
473
{OPT_TRUSTED_USER_CA_KEYS, "TrustedUserCAKeys"},
474
- {OPT_TRUSTED_SYSTEM_CA_KEYS, "TrustedSystemCAKeys"},
475
{OPT_PIDFILE, "PidFile"},
476
{OPT_BANNER, "Banner"},
477
{OPT_STRICT_MODES, "StrictModes"},
478
- {OPT_TRUSTED_USER_CA_STORE, "TrustedUserCaStore"},
479
- {OPT_WIN_USER_STORES, "WinUserStores"},
480
- {OPT_WIN_USER_DW_FLAGS, "WinUserDwFlags"},
481
- {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"},
482
{OPT_AUTHORIZED_UPN_DOMAINS, "AuthorizedUPNDomains"},
483
};
484
0 commit comments