Home
last modified time | relevance | path

Searched refs:SSH_AUTHOPT_PERMIT_MAX (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth-options.h26 #define SSH_AUTHOPT_PERMIT_MAX 4096 macro
H A Dauth-options.c262 if (npermits > SSH_AUTHOPT_PERMIT_MAX) { in handle_permit()