CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/08/05 22:53:04
Modified files: usr.bin/ssh : auth2-pubkeyfile.c auth2-pubkey.c auth2-hostbased.c Log message: when refusing a certificate for user authentication, log enough information to identify the certificate in addition to the reason why it was being denied. Makes debugging certificate authz problems a bit easier. ok dlg@