Symbol: SSHCFG_GLOBAL
crypto/openssh/servconf.c
580
#define SSHCFG_ALL (SSHCFG_GLOBAL|SSHCFG_MATCH)
crypto/openssh/servconf.c
592
{ "usepam", sUsePAM, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
595
{ "usepam", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
598
{ "pamauthenticationviakbdint", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
600
{ "port", sPort, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
601
{ "hostkey", sHostKeyFile, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
602
{ "hostdsakey", sHostKeyFile, SSHCFG_GLOBAL }, /* alias */
crypto/openssh/servconf.c
603
{ "hostkeyagent", sHostKeyAgent, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
604
{ "pidfile", sPidFile, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
605
{ "modulifile", sModuliFile, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
606
{ "serverkeybits", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
607
{ "logingracetime", sLoginGraceTime, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
608
{ "keyregenerationinterval", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
610
{ "syslogfacility", sLogFacility, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
613
{ "rhostsauthentication", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
619
{ "hostkeyalgorithms", sHostKeyAlgorithms, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
625
{ "dsaauthentication", sPubkeyAuthentication, SSHCFG_GLOBAL }, /* alias */
crypto/openssh/servconf.c
628
{ "kerberosorlocalpasswd", sKerberosOrLocalPasswd, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
629
{ "kerberosticketcleanup", sKerberosTicketCleanup, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
631
{ "kerberosgetafstoken", sKerberosGetAFSToken, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
633
{ "kerberosgetafstoken", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
637
{ "kerberosorlocalpasswd", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
638
{ "kerberosticketcleanup", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
639
{ "kerberosgetafstoken", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
641
{ "kerberostgtpassing", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
642
{ "afstokenpassing", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
645
{ "gssapicleanupcredentials", sGssCleanupCreds, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
646
{ "gssapistrictacceptorcheck", sGssStrictAcceptor, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
649
{ "gssapicleanupcredentials", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
650
{ "gssapistrictacceptorcheck", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
656
{ "checkmail", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
657
{ "listenaddress", sListenAddress, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
658
{ "addressfamily", sAddressFamily, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
659
{ "printmotd", sPrintMotd, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
661
{ "printlastlog", sUnsupported, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
663
{ "printlastlog", sPrintLastLog, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
666
{ "ignoreuserknownhosts", sIgnoreUserKnownHosts, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
670
{ "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
671
{ "strictmodes", sStrictModes, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
673
{ "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
674
{ "uselogin", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
675
{ "compression", sCompression, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
677
{ "tcpkeepalive", sTCPKeepAlive, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
678
{ "keepalive", sTCPKeepAlive, SSHCFG_GLOBAL }, /* obsolete alias */
crypto/openssh/servconf.c
685
{ "ciphers", sCiphers, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
686
{ "macs", sMacs, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
687
{ "protocol", sIgnore, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
690
{ "maxstartups", sMaxStartups, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
691
{ "persourcemaxstartups", sPerSourceMaxStartups, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
692
{ "persourcenetblocksize", sPerSourceNetBlockSize, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
693
{ "persourcepenalties", sPerSourcePenalties, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
694
{ "persourcepenaltyexemptlist", sPerSourcePenaltyExemptList, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
698
{ "usedns", sUseDNS, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
699
{ "verifyreversemapping", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
700
{ "reversemappingcheck", sDeprecated, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
705
{ "useprivilegeseparation", sDeprecated, SSHCFG_GLOBAL},
crypto/openssh/servconf.c
716
{ "hostcertificate", sHostCertificate, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
720
{ "kexalgorithms", sKexAlgorithms, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
727
{ "versionaddendum", sVersionAddendum, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
732
{ "fingerprinthash", sFingerprintHash, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
737
{ "securitykeyprovider", sSecurityKeyProvider, SSHCFG_GLOBAL },
crypto/openssh/servconf.c
741
{ "sshdsessionpath", sSshdSessionPath, SSHCFG_GLOBAL },