CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/11/15 19:43:56
Modified files: usr.bin/ssh : monitor.c Log message: fix bug in HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes options. If only RSA-SHA2 siganture types were specified, then authentication would always fail for RSA keys as the monitor checks only the base key (not the signature algorithm) type against *AcceptedKeyTypes. bz#2746; reported by Jakub Jelen; ok dtucker