CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/06/06 05:34:16
Modified files: usr.bin/ssh : sshd.c Log message: Match host certificates against host public keys, not private keys. Allows use of certificates with private keys held in a ssh-agent. Reported by Miles Zhou in bz3524; ok dtucker@