Date: 2012-07-20 14:22:28 UTC A pist : The logit does not match auth_debug_add
auth-options.c
ligne 515
case 0:
/* no match */
logit(\"Authentication tried for %.100s \"
\"with valid certificate but not \"
\"from a permitted host \"
\"(ip=%.200s).\", pw->pw_name,
remote_ip);
auth_debug_add(\"Your address '%.200s' \"
\"is not permitted to use this \"
\"certificate for login.\",
remote_ip);
xfree(allowed);
goto out;