Searched refs:SSHCFG_ALL (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dservconf.c435 #define SSHCFG_ALL (SSHCFG_GLOBAL|SSHCFG_MATCH) macro
459 { "permitrootlogin", sPermitRootLogin, SSHCFG_ALL },
463 { "rhostsrsaauthentication", sRhostsRSAAuthentication, SSHCFG_ALL },
464 { "hostbasedauthentication", sHostbasedAuthentication, SSHCFG_ALL },
465 { "hostbasedusesnamefrompacketonly", sHostbasedUsesNameFromPacketOnly, SSHCFG_ALL },
466 { "hostbasedacceptedkeytypes", sHostbasedAcceptedKeyTypes, SSHCFG_ALL },
468 { "rsaauthentication", sRSAAuthentication, SSHCFG_ALL },
469 { "pubkeyauthentication", sPubkeyAuthentication, SSHCFG_ALL },
470 { "pubkeyacceptedkeytypes", sPubkeyAcceptedKeyTypes, SSHCFG_ALL },
473 { "kerberosauthentication", sKerberosAuthentication, SSHCFG_ALL },
[all...]

Completed in 50 milliseconds