Searched refs:SSHCFG_GLOBAL (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | servconf.c | 595 #define SSHCFG_GLOBAL 0x01 /* allowed in main section of config */ macro 597 #define SSHCFG_ALL (SSHCFG_GLOBAL|SSHCFG_MATCH) 609 { "usepam", sUsePAM, SSHCFG_GLOBAL }, 612 { "usepam", sUnsupported, SSHCFG_GLOBAL }, 615 { "pamauthenticationviakbdint", sDeprecated, SSHCFG_GLOBAL }, 617 { "port", sPort, SSHCFG_GLOBAL }, 618 { "hostkey", sHostKeyFile, SSHCFG_GLOBAL }, 619 { "hostdsakey", sHostKeyFile, SSHCFG_GLOBAL }, /* alias */ 620 { "hostkeyagent", sHostKeyAgent, SSHCFG_GLOBAL }, 621 { "pidfile", sPidFile, SSHCFG_GLOBAL }, [all …]
|