Searched refs:SSHCFG_ALL (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | servconf.c | 336 #define SSHCFG_ALL (SSHCFG_GLOBAL|SSHCFG_MATCH) macro 359 { "permitrootlogin", sPermitRootLogin, SSHCFG_ALL }, 363 { "rhostsrsaauthentication", sRhostsRSAAuthentication, SSHCFG_ALL }, 364 { "hostbasedauthentication", sHostbasedAuthentication, SSHCFG_ALL }, 365 { "hostbasedusesnamefrompacketonly", sHostbasedUsesNameFromPacketOnly, SSHCFG_ALL }, 366 { "rsaauthentication", sRSAAuthentication, SSHCFG_ALL }, 367 { "pubkeyauthentication", sPubkeyAuthentication, SSHCFG_ALL }, 370 { "kerberosauthentication", sKerberosAuthentication, SSHCFG_ALL }, 379 { "kerberosauthentication", sUnsupported, SSHCFG_ALL }, 387 { "gssapiauthentication", sGssAuthentication, SSHCFG_ALL }, [all …]
|