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

/macosx-10.10/OpenSSH-189/openssh/
H A Dservconf.c361 #define SSHCFG_ALL (SSHCFG_GLOBAL|SSHCFG_MATCH) macro
384 { "permitrootlogin", sPermitRootLogin, SSHCFG_ALL },
388 { "rhostsrsaauthentication", sRhostsRSAAuthentication, SSHCFG_ALL },
389 { "hostbasedauthentication", sHostbasedAuthentication, SSHCFG_ALL },
390 { "hostbasedusesnamefrompacketonly", sHostbasedUsesNameFromPacketOnly, SSHCFG_ALL },
391 { "rsaauthentication", sRSAAuthentication, SSHCFG_ALL },
392 { "pubkeyauthentication", sPubkeyAuthentication, SSHCFG_ALL },
395 { "kerberosauthentication", sKerberosAuthentication, SSHCFG_ALL },
404 { "kerberosauthentication", sUnsupported, SSHCFG_ALL },
412 { "gssapiauthentication", sGssAuthentication, SSHCFG_ALL },
[all...]

Completed in 93 milliseconds