add a RequiredRSASize for checking RSA key length in ssh(1).
authordjm <djm@openbsd.org>
Sat, 17 Sep 2022 10:33:18 +0000 (10:33 +0000)
committerdjm <djm@openbsd.org>
Sat, 17 Sep 2022 10:33:18 +0000 (10:33 +0000)
commit6391b4295387e4a140c46af02db6ed47415f7b8a
tree04e3fd843975fe2a70f8044fa0d478976bc64225
parent94089c8a8fa946ee870b386a40eaef204b9c9b8e
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@
usr.bin/ssh/readconf.c
usr.bin/ssh/readconf.h
usr.bin/ssh/ssh.1
usr.bin/ssh/ssh.c
usr.bin/ssh/ssh_config.5
usr.bin/ssh/sshconnect2.c