Lines Matching refs:SSHCFG_ALL
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 },
496 { "x11forwarding", sX11Forwarding, SSHCFG_ALL },
497 { "x11displayoffset", sX11DisplayOffset, SSHCFG_ALL },
498 { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL },
501 { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL },
507 { "allowtcpforwarding", sAllowTcpForwarding, SSHCFG_ALL },
515 { "gatewayports", sGatewayPorts, SSHCFG_ALL },
518 { "banner", sBanner, SSHCFG_ALL },
525 { "maxauthtries", sMaxAuthTries, SSHCFG_ALL },
530 { "chrootdirectory", sChrootDirectory, SSHCFG_ALL },
531 { "preuserauthhook", sPreUserauthHook, SSHCFG_ALL},
532 { "match", sMatch, SSHCFG_ALL },