Home
last modified time | relevance | path

Searched refs:SSHCFG_GLOBAL (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dservconf.c432 #define SSHCFG_GLOBAL 0x01 /* allowed in main section of sshd_config */ macro
434 #define SSHCFG_ALL (SSHCFG_GLOBAL|SSHCFG_MATCH)
443 { "PAMAuthenticationViaKbdInt", sPAMAuthenticationViaKbdInt, SSHCFG_GLOBAL },
445 { "port", sPort, SSHCFG_GLOBAL },
446 { "hostkey", sHostKeyFile, SSHCFG_GLOBAL },
447 { "hostdsakey", sHostKeyFile, SSHCFG_GLOBAL }, /* alias */
448 { "pidfile", sPidFile, SSHCFG_GLOBAL },
449 { "serverkeybits", sServerKeyBits, SSHCFG_GLOBAL },
450 { "logingracetime", sLoginGraceTime, SSHCFG_GLOBAL },
451 { "keyregenerationinterval", sKeyRegenerationTime, SSHCFG_GLOBAL },
[all …]