CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/07/04 07:49:31
Modified files:
usr.bin/ssh : compat.c kex.c kex.h match.c match.h readconf.c
servconf.c ssh_config.5 sshconnect2.c
sshd_config.5
Log message:
repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -
returns ability to add/remove/specify algorithms by wildcard.
Algorithm lists are now fully expanded when the server/client configs
are finalised, so errors are reported early and the config dumps
(e.g. "ssh -G ...") now list the actual algorithms selected.
Clarify that, while wildcards are accepted in algorithm lists, they
aren't full pattern-lists that support negation.
(lots of) feedback, ok markus@