Symbol: SSHCFG_GLOBAL
usr.bin/ssh/servconf.c
559
#define SSHCFG_ALL (SSHCFG_GLOBAL|SSHCFG_MATCH)
usr.bin/ssh/servconf.c
569
{ "port", sPort, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
570
{ "hostkey", sHostKeyFile, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
571
{ "hostdsakey", sHostKeyFile, SSHCFG_GLOBAL }, /* alias */
usr.bin/ssh/servconf.c
572
{ "hostkeyagent", sHostKeyAgent, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
573
{ "pidfile", sPidFile, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
574
{ "modulifile", sModuliFile, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
575
{ "serverkeybits", sDeprecated, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
576
{ "logingracetime", sLoginGraceTime, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
577
{ "keyregenerationinterval", sDeprecated, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
579
{ "syslogfacility", sLogFacility, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
582
{ "rhostsauthentication", sDeprecated, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
588
{ "hostkeyalgorithms", sHostKeyAlgorithms, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
594
{ "dsaauthentication", sPubkeyAuthentication, SSHCFG_GLOBAL }, /* alias */
usr.bin/ssh/servconf.c
597
{ "kerberosorlocalpasswd", sKerberosOrLocalPasswd, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
598
{ "kerberosticketcleanup", sKerberosTicketCleanup, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
599
{ "kerberosgetafstoken", sKerberosGetAFSToken, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
602
{ "kerberosorlocalpasswd", sUnsupported, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
603
{ "kerberosticketcleanup", sUnsupported, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
604
{ "kerberosgetafstoken", sUnsupported, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
606
{ "kerberostgtpassing", sUnsupported, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
607
{ "afstokenpassing", sUnsupported, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
610
{ "gssapicleanupcredentials", sGssCleanupCreds, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
611
{ "gssapidelegatecredentials", sGssDelegateCreds, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
612
{ "gssapistrictacceptorcheck", sGssStrictAcceptor, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
615
{ "gssapicleanupcredentials", sUnsupported, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
616
{ "gssapidelegatecredentials", sUnsupported, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
617
{ "gssapistrictacceptorcheck", sUnsupported, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
623
{ "checkmail", sDeprecated, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
624
{ "listenaddress", sListenAddress, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
625
{ "addressfamily", sAddressFamily, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
626
{ "printmotd", sPrintMotd, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
627
{ "printlastlog", sPrintLastLog, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
629
{ "ignoreuserknownhosts", sIgnoreUserKnownHosts, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
633
{ "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
634
{ "strictmodes", sStrictModes, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
636
{ "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
637
{ "uselogin", sDeprecated, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
638
{ "compression", sCompression, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
640
{ "tcpkeepalive", sTCPKeepAlive, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
641
{ "keepalive", sTCPKeepAlive, SSHCFG_GLOBAL }, /* obsolete alias */
usr.bin/ssh/servconf.c
648
{ "ciphers", sCiphers, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
649
{ "macs", sMacs, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
650
{ "protocol", sIgnore, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
653
{ "maxstartups", sMaxStartups, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
654
{ "persourcemaxstartups", sPerSourceMaxStartups, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
655
{ "persourcenetblocksize", sPerSourceNetBlockSize, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
656
{ "persourcepenalties", sPerSourcePenalties, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
657
{ "persourcepenaltyexemptlist", sPerSourcePenaltyExemptList, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
661
{ "usedns", sUseDNS, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
662
{ "verifyreversemapping", sDeprecated, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
663
{ "reversemappingcheck", sDeprecated, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
668
{ "useprivilegeseparation", sDeprecated, SSHCFG_GLOBAL},
usr.bin/ssh/servconf.c
679
{ "hostcertificate", sHostCertificate, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
683
{ "kexalgorithms", sKexAlgorithms, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
690
{ "versionaddendum", sVersionAddendum, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
695
{ "fingerprinthash", sFingerprintHash, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
700
{ "securitykeyprovider", sSecurityKeyProvider, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
704
{ "sshdsessionpath", sSshdSessionPath, SSHCFG_GLOBAL },
usr.bin/ssh/servconf.c
705
{ "sshdauthpath", sSshdAuthPath, SSHCFG_GLOBAL },