Symbol: SSHCFG_ALL
usr.bin/ssh/servconf.c
578
{ "permitrootlogin", sPermitRootLogin, SSHCFG_ALL },
usr.bin/ssh/servconf.c
580
{ "loglevel", sLogLevel, SSHCFG_ALL },
usr.bin/ssh/servconf.c
581
{ "logverbose", sLogVerbose, SSHCFG_ALL },
usr.bin/ssh/servconf.c
583
{ "rhostsrsaauthentication", sDeprecated, SSHCFG_ALL },
usr.bin/ssh/servconf.c
584
{ "hostbasedauthentication", sHostbasedAuthentication, SSHCFG_ALL },
usr.bin/ssh/servconf.c
585
{ "hostbasedusesnamefrompacketonly", sHostbasedUsesNameFromPacketOnly, SSHCFG_ALL },
usr.bin/ssh/servconf.c
586
{ "hostbasedacceptedalgorithms", sHostbasedAcceptedAlgorithms, SSHCFG_ALL },
usr.bin/ssh/servconf.c
587
{ "hostbasedacceptedkeytypes", sHostbasedAcceptedAlgorithms, SSHCFG_ALL }, /* obsolete */
usr.bin/ssh/servconf.c
589
{ "rsaauthentication", sDeprecated, SSHCFG_ALL },
usr.bin/ssh/servconf.c
590
{ "pubkeyauthentication", sPubkeyAuthentication, SSHCFG_ALL },
usr.bin/ssh/servconf.c
591
{ "pubkeyacceptedalgorithms", sPubkeyAcceptedAlgorithms, SSHCFG_ALL },
usr.bin/ssh/servconf.c
592
{ "pubkeyacceptedkeytypes", sPubkeyAcceptedAlgorithms, SSHCFG_ALL }, /* obsolete */
usr.bin/ssh/servconf.c
593
{ "pubkeyauthoptions", sPubkeyAuthOptions, SSHCFG_ALL },
usr.bin/ssh/servconf.c
596
{ "kerberosauthentication", sKerberosAuthentication, SSHCFG_ALL },
usr.bin/ssh/servconf.c
601
{ "kerberosauthentication", sUnsupported, SSHCFG_ALL },
usr.bin/ssh/servconf.c
609
{ "gssapiauthentication", sGssAuthentication, SSHCFG_ALL },
usr.bin/ssh/servconf.c
614
{ "gssapiauthentication", sUnsupported, SSHCFG_ALL },
usr.bin/ssh/servconf.c
619
{ "passwordauthentication", sPasswordAuthentication, SSHCFG_ALL },
usr.bin/ssh/servconf.c
620
{ "kbdinteractiveauthentication", sKbdInteractiveAuthentication, SSHCFG_ALL },
usr.bin/ssh/servconf.c
621
{ "challengeresponseauthentication", sKbdInteractiveAuthentication, SSHCFG_ALL }, /* alias */
usr.bin/ssh/servconf.c
622
{ "skeyauthentication", sKbdInteractiveAuthentication, SSHCFG_ALL }, /* alias */
usr.bin/ssh/servconf.c
628
{ "ignorerhosts", sIgnoreRhosts, SSHCFG_ALL },
usr.bin/ssh/servconf.c
630
{ "x11forwarding", sX11Forwarding, SSHCFG_ALL },
usr.bin/ssh/servconf.c
631
{ "x11displayoffset", sX11DisplayOffset, SSHCFG_ALL },
usr.bin/ssh/servconf.c
632
{ "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL },
usr.bin/ssh/servconf.c
635
{ "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL },
usr.bin/ssh/servconf.c
639
{ "rekeylimit", sRekeyLimit, SSHCFG_ALL },
usr.bin/ssh/servconf.c
642
{ "allowtcpforwarding", sAllowTcpForwarding, SSHCFG_ALL },
usr.bin/ssh/servconf.c
643
{ "allowagentforwarding", sAllowAgentForwarding, SSHCFG_ALL },
usr.bin/ssh/servconf.c
644
{ "allowusers", sAllowUsers, SSHCFG_ALL },
usr.bin/ssh/servconf.c
645
{ "denyusers", sDenyUsers, SSHCFG_ALL },
usr.bin/ssh/servconf.c
646
{ "allowgroups", sAllowGroups, SSHCFG_ALL },
usr.bin/ssh/servconf.c
647
{ "denygroups", sDenyGroups, SSHCFG_ALL },
usr.bin/ssh/servconf.c
651
{ "gatewayports", sGatewayPorts, SSHCFG_ALL },
usr.bin/ssh/servconf.c
652
{ "subsystem", sSubsystem, SSHCFG_ALL },
usr.bin/ssh/servconf.c
658
{ "maxauthtries", sMaxAuthTries, SSHCFG_ALL },
usr.bin/ssh/servconf.c
659
{ "maxsessions", sMaxSessions, SSHCFG_ALL },
usr.bin/ssh/servconf.c
660
{ "banner", sBanner, SSHCFG_ALL },
usr.bin/ssh/servconf.c
664
{ "clientaliveinterval", sClientAliveInterval, SSHCFG_ALL },
usr.bin/ssh/servconf.c
665
{ "clientalivecountmax", sClientAliveCountMax, SSHCFG_ALL },
usr.bin/ssh/servconf.c
666
{ "authorizedkeysfile", sAuthorizedKeysFile, SSHCFG_ALL },
usr.bin/ssh/servconf.c
667
{ "authorizedkeysfile2", sDeprecated, SSHCFG_ALL },
usr.bin/ssh/servconf.c
669
{ "acceptenv", sAcceptEnv, SSHCFG_ALL },
usr.bin/ssh/servconf.c
670
{ "setenv", sSetEnv, SSHCFG_ALL },
usr.bin/ssh/servconf.c
671
{ "permittunnel", sPermitTunnel, SSHCFG_ALL },
usr.bin/ssh/servconf.c
672
{ "permittty", sPermitTTY, SSHCFG_ALL },
usr.bin/ssh/servconf.c
673
{ "permituserrc", sPermitUserRC, SSHCFG_ALL },
usr.bin/ssh/servconf.c
674
{ "match", sMatch, SSHCFG_ALL },
usr.bin/ssh/servconf.c
675
{ "permitopen", sPermitOpen, SSHCFG_ALL },
usr.bin/ssh/servconf.c
676
{ "permitlisten", sPermitListen, SSHCFG_ALL },
usr.bin/ssh/servconf.c
677
{ "forcecommand", sForceCommand, SSHCFG_ALL },
usr.bin/ssh/servconf.c
678
{ "chrootdirectory", sChrootDirectory, SSHCFG_ALL },
usr.bin/ssh/servconf.c
680
{ "revokedkeys", sRevokedKeys, SSHCFG_ALL },
usr.bin/ssh/servconf.c
681
{ "trustedusercakeys", sTrustedUserCAKeys, SSHCFG_ALL },
usr.bin/ssh/servconf.c
682
{ "authorizedprincipalsfile", sAuthorizedPrincipalsFile, SSHCFG_ALL },
usr.bin/ssh/servconf.c
684
{ "include", sInclude, SSHCFG_ALL },
usr.bin/ssh/servconf.c
685
{ "ipqos", sIPQoS, SSHCFG_ALL },
usr.bin/ssh/servconf.c
686
{ "authorizedkeyscommand", sAuthorizedKeysCommand, SSHCFG_ALL },
usr.bin/ssh/servconf.c
687
{ "authorizedkeyscommanduser", sAuthorizedKeysCommandUser, SSHCFG_ALL },
usr.bin/ssh/servconf.c
688
{ "authorizedprincipalscommand", sAuthorizedPrincipalsCommand, SSHCFG_ALL },
usr.bin/ssh/servconf.c
689
{ "authorizedprincipalscommanduser", sAuthorizedPrincipalsCommandUser, SSHCFG_ALL },
usr.bin/ssh/servconf.c
691
{ "authenticationmethods", sAuthenticationMethods, SSHCFG_ALL },
usr.bin/ssh/servconf.c
692
{ "streamlocalbindmask", sStreamLocalBindMask, SSHCFG_ALL },
usr.bin/ssh/servconf.c
693
{ "streamlocalbindunlink", sStreamLocalBindUnlink, SSHCFG_ALL },
usr.bin/ssh/servconf.c
694
{ "allowstreamlocalforwarding", sAllowStreamLocalForwarding, SSHCFG_ALL },
usr.bin/ssh/servconf.c
696
{ "disableforwarding", sDisableForwarding, SSHCFG_ALL },
usr.bin/ssh/servconf.c
697
{ "exposeauthinfo", sExposeAuthInfo, SSHCFG_ALL },
usr.bin/ssh/servconf.c
698
{ "rdomain", sRDomain, SSHCFG_ALL },
usr.bin/ssh/servconf.c
699
{ "casignaturealgorithms", sCASignatureAlgorithms, SSHCFG_ALL },
usr.bin/ssh/servconf.c
701
{ "requiredrsasize", sRequiredRSASize, SSHCFG_ALL },
usr.bin/ssh/servconf.c
702
{ "channeltimeout", sChannelTimeout, SSHCFG_ALL },
usr.bin/ssh/servconf.c
703
{ "unusedconnectiontimeout", sUnusedConnectionTimeout, SSHCFG_ALL },
usr.bin/ssh/servconf.c
706
{ "refuseconnection", sRefuseConnection, SSHCFG_ALL },