Symbol: SSHCFG_GLOBAL
crypto/openssh/servconf.c
600
#define SSHCFG_ALL (SSHCFG_GLOBAL|SSHCFG_MATCH)
crypto/openssh/servconf.c
612
{ "usepam", sUsePAM, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
615
{ "usepam", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
618
{ "pamauthenticationviakbdint", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
620
{ "port", sPort, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
621
{ "hostkey", sHostKeyFile, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
622
{ "hostdsakey", sHostKeyFile, SSHCFG_GLOBAL }, /* alias */
crypto/openssh/servconf.c
623
{ "hostkeyagent", sHostKeyAgent, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
624
{ "pidfile", sPidFile, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
625
{ "modulifile", sModuliFile, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
626
{ "serverkeybits", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
627
{ "logingracetime", sLoginGraceTime, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
628
{ "keyregenerationinterval", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
630
{ "syslogfacility", sLogFacility, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
633
{ "rhostsauthentication", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
639
{ "hostkeyalgorithms", sHostKeyAlgorithms, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
645
{ "dsaauthentication", sPubkeyAuthentication, SSHCFG_GLOBAL }, /* alias */
crypto/openssh/servconf.c
648
{ "kerberosorlocalpasswd", sKerberosOrLocalPasswd, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
649
{ "kerberosticketcleanup", sKerberosTicketCleanup, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
651
{ "kerberosgetafstoken", sKerberosGetAFSToken, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
653
{ "kerberosgetafstoken", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
657
{ "kerberosorlocalpasswd", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
658
{ "kerberosticketcleanup", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
659
{ "kerberosgetafstoken", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
661
{ "kerberostgtpassing", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
662
{ "afstokenpassing", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
665
{ "gssapicleanupcredentials", sGssCleanupCreds, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
666
{ "gssapistrictacceptorcheck", sGssStrictAcceptor, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
669
{ "gssapicleanupcredentials", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
670
{ "gssapistrictacceptorcheck", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
676
{ "checkmail", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
677
{ "listenaddress", sListenAddress, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
678
{ "addressfamily", sAddressFamily, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
679
{ "printmotd", sPrintMotd, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
681
{ "printlastlog", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
683
{ "printlastlog", sPrintLastLog, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
686
{ "ignoreuserknownhosts", sIgnoreUserKnownHosts, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
690
{ "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
691
{ "strictmodes", sStrictModes, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
693
{ "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
694
{ "uselogin", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
695
{ "compression", sCompression, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
697
{ "tcpkeepalive", sTCPKeepAlive, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
698
{ "keepalive", sTCPKeepAlive, SSHCFG_GLOBAL }, /* obsolete alias */
crypto/openssh/servconf.c
705
{ "ciphers", sCiphers, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
706
{ "macs", sMacs, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
707
{ "protocol", sIgnore, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
710
{ "maxstartups", sMaxStartups, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
711
{ "persourcemaxstartups", sPerSourceMaxStartups, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
712
{ "persourcenetblocksize", sPerSourceNetBlockSize, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
713
{ "persourcepenalties", sPerSourcePenalties, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
714
{ "persourcepenaltyexemptlist", sPerSourcePenaltyExemptList, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
718
{ "usedns", sUseDNS, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
719
{ "verifyreversemapping", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
720
{ "reversemappingcheck", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
725
{ "useprivilegeseparation", sDeprecated, SSHCFG_GLOBAL},
crypto/openssh/servconf.c
736
{ "hostcertificate", sHostCertificate, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
740
{ "kexalgorithms", sKexAlgorithms, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
747
{ "versionaddendum", sVersionAddendum, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
752
{ "fingerprinthash", sFingerprintHash, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
757
{ "securitykeyprovider", sSecurityKeyProvider, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
761
{ "sshdsessionpath", sSshdSessionPath, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
762
{ "sshdauthpath", sSshdAuthPath, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
764
{ "useblocklist", sUseBlocklist, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
765
{ "useblacklist", sUseBlocklist, SSHCFG_GLOBAL }, /* alias */