CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/06/06 21:38:38
Modified files: usr.bin/ssh : sshconnect2.c Log message: fix debug message when finding a private key to match a certificate being attempted for user authentication. Previously it would print the certificate's path, whereas it was supposed to be showing the private key's path. Patch from Alex Sherwin via GHPR247