Lines Matching refs:SSHCFG_ALL
413 #define SSHCFG_ALL (SSHCFG_GLOBAL|SSHCFG_MATCH) macro
437 { "permitrootlogin", sPermitRootLogin, SSHCFG_ALL },
441 { "rhostsrsaauthentication", sRhostsRSAAuthentication, SSHCFG_ALL },
442 { "hostbasedauthentication", sHostbasedAuthentication, SSHCFG_ALL },
443 { "hostbasedusesnamefrompacketonly", sHostbasedUsesNameFromPacketOnly, SSHCFG_ALL },
444 { "hostbasedacceptedkeytypes", sHostbasedAcceptedKeyTypes, SSHCFG_ALL },
445 { "rsaauthentication", sRSAAuthentication, SSHCFG_ALL },
446 { "pubkeyauthentication", sPubkeyAuthentication, SSHCFG_ALL },
447 { "pubkeyacceptedkeytypes", sPubkeyAcceptedKeyTypes, SSHCFG_ALL },
450 { "kerberosauthentication", sKerberosAuthentication, SSHCFG_ALL },
459 { "kerberosauthentication", sUnsupported, SSHCFG_ALL },
467 { "gssapiauthentication", sGssAuthentication, SSHCFG_ALL },
470 { "gssapiauthentication", sUnsupported, SSHCFG_ALL },
473 { "passwordauthentication", sPasswordAuthentication, SSHCFG_ALL },
474 { "kbdinteractiveauthentication", sKbdInteractiveAuthentication, SSHCFG_ALL },
484 { "x11forwarding", sX11Forwarding, SSHCFG_ALL },
485 { "x11displayoffset", sX11DisplayOffset, SSHCFG_ALL },
486 { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL },
489 { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL },
493 { "rekeylimit", sRekeyLimit, SSHCFG_ALL },
496 { "allowtcpforwarding", sAllowTcpForwarding, SSHCFG_ALL },
497 { "allowagentforwarding", sAllowAgentForwarding, SSHCFG_ALL },
498 { "allowusers", sAllowUsers, SSHCFG_ALL },
499 { "denyusers", sDenyUsers, SSHCFG_ALL },
500 { "allowgroups", sAllowGroups, SSHCFG_ALL },
501 { "denygroups", sDenyGroups, SSHCFG_ALL },
505 { "gatewayports", sGatewayPorts, SSHCFG_ALL },
508 { "maxauthtries", sMaxAuthTries, SSHCFG_ALL },
509 { "maxsessions", sMaxSessions, SSHCFG_ALL },
510 { "banner", sBanner, SSHCFG_ALL },
516 { "authorizedkeysfile", sAuthorizedKeysFile, SSHCFG_ALL },
517 { "authorizedkeysfile2", sDeprecated, SSHCFG_ALL },
519 { "acceptenv", sAcceptEnv, SSHCFG_ALL },
520 { "permittunnel", sPermitTunnel, SSHCFG_ALL },
521 { "permittty", sPermitTTY, SSHCFG_ALL },
522 { "permituserrc", sPermitUserRC, SSHCFG_ALL },
523 { "match", sMatch, SSHCFG_ALL },
524 { "permitopen", sPermitOpen, SSHCFG_ALL },
525 { "forcecommand", sForceCommand, SSHCFG_ALL },
526 { "chrootdirectory", sChrootDirectory, SSHCFG_ALL },
528 { "revokedkeys", sRevokedKeys, SSHCFG_ALL },
529 { "trustedusercakeys", sTrustedUserCAKeys, SSHCFG_ALL },
530 { "authorizedprincipalsfile", sAuthorizedPrincipalsFile, SSHCFG_ALL },
532 { "ipqos", sIPQoS, SSHCFG_ALL },
533 { "authorizedkeyscommand", sAuthorizedKeysCommand, SSHCFG_ALL },
534 { "authorizedkeyscommanduser", sAuthorizedKeysCommandUser, SSHCFG_ALL },
536 { "authenticationmethods", sAuthenticationMethods, SSHCFG_ALL },
537 { "streamlocalbindmask", sStreamLocalBindMask, SSHCFG_ALL },
538 { "streamlocalbindunlink", sStreamLocalBindUnlink, SSHCFG_ALL },
539 { "allowstreamlocalforwarding", sAllowStreamLocalForwarding, SSHCFG_ALL },