Searched refs:SSHCFG_ALL (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | servconf.c | 434 #define SSHCFG_ALL (SSHCFG_GLOBAL|SSHCFG_MATCH) macro 452 { "permitrootlogin", sPermitRootLogin, SSHCFG_ALL }, 456 { "rhostsrsaauthentication", sRhostsRSAAuthentication, SSHCFG_ALL }, 457 { "hostbasedauthentication", sHostbasedAuthentication, SSHCFG_ALL }, 459 { "rsaauthentication", sRSAAuthentication, SSHCFG_ALL }, 460 { "pubkeyauthentication", sPubkeyAuthentication, SSHCFG_ALL }, 463 { "gssapiauthentication", sGssAuthentication, SSHCFG_ALL }, 476 { "kerberosauthentication", sKerberosAuthentication, SSHCFG_ALL }, 486 { "passwordauthentication", sPasswordAuthentication, SSHCFG_ALL }, 487 { "kbdinteractiveauthentication", sKbdInteractiveAuthentication, SSHCFG_ALL }, [all …]
|