CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/09/17 04:33:18
Modified files:
usr.bin/ssh : readconf.c readconf.h ssh.1 ssh.c ssh_config.5
sshconnect2.c
Log message:
add a RequiredRSASize for checking RSA key length in ssh(1).
User authentication keys that fall beneath this limit will be
ignored. If a host presents a host key beneath this limit then
the connection will be terminated (unfortunately there are no
fallbacks in the protocol for host authentication).
feedback deraadt, Dmitry Belyavskiy; ok markus@