add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes
authordjm <djm@openbsd.org>
Tue, 13 Jan 2015 07:39:19 +0000 (07:39 +0000)
committerdjm <djm@openbsd.org>
Tue, 13 Jan 2015 07:39:19 +0000 (07:39 +0000)
commitdc9cac76df6e44b19c92737fba575da89ba76ff4
tree31291f9b74a6faef4ab772389046bcdbfd6f8375
parent1e74040493850eaf44433d7e70ac1c4f27617b90
add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes
options to allow sshd to control what public key types will be
accepted. Currently defaults to all. Feedback & ok markus@
usr.bin/ssh/auth2-hostbased.c
usr.bin/ssh/auth2-pubkey.c
usr.bin/ssh/key.h
usr.bin/ssh/monitor.c
usr.bin/ssh/readconf.c
usr.bin/ssh/servconf.c
usr.bin/ssh/servconf.h
usr.bin/ssh/sshd_config.5
usr.bin/ssh/sshkey.c
usr.bin/ssh/sshkey.h