CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/09/19 21:28:06
Modified files: usr.bin/ssh : auth2-hostbased.c auth2-pubkey.c servconf.c servconf.h sshd_config.5 Log message: Add sshd_config CASignatureAlgorithms option to allow control over which signature algorithms a CA may use when signing certificates. In particular, this allows a sshd to ban certificates signed with RSA/SHA1. ok markus@