Add RequiredRSASize for sshd(8); RSA keys that fall beneath this limit
authordjm <djm@openbsd.org>
Sat, 17 Sep 2022 10:34:29 +0000 (10:34 +0000)
committerdjm <djm@openbsd.org>
Sat, 17 Sep 2022 10:34:29 +0000 (10:34 +0000)
commit280f262ffd0e2bf930aabae63f52352ac8414221
tree922af5e2b54053854a593470838d9215f0fce8f9
parent6391b4295387e4a140c46af02db6ed47415f7b8a
Add RequiredRSASize for sshd(8); RSA keys that fall beneath this limit
will be ignored for user and host-based authentication.

Feedback deraadt@ ok markus@
usr.bin/ssh/auth2-hostbased.c
usr.bin/ssh/auth2-pubkey.c
usr.bin/ssh/servconf.c
usr.bin/ssh/servconf.h
usr.bin/ssh/sshd.c
usr.bin/ssh/sshd_config.5