CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/09 22:01:13
Modified files:
usr.bin/ssh : clientloop.c
Log message:
When updating hostkeys, accept RSA keys if HostkeyAlgorithms contains
any RSA keytype. Previously, ssh could ignore RSA keys when any of the
ssh-rsa-sha2-* methods was enabled in HostkeyAlgorithms nit ssh-rsa
(SHA1 signatures) was not. bz#2650 reported by Luis Ressel;
ok dtucker@
