CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/05/22 21:30:07
Modified files:
usr.bin/ssh : auth-rsa.c auth.c auth.h auth2-pubkey.c
monitor.c monitor_wrap.c pathnames.h servconf.c
servconf.h sshd.8 sshd_config sshd_config.5
Log message:
allow AuthorizedKeysFile to specify multiple files, separated by spaces.
Bring back authorized_keys2 as a default search path (to avoid breaking
existing users of this file), but override this in sshd_config so it will
be no longer used on fresh installs. Maybe in 2015 we can remove it
entierly :)
feedback and ok markus@ dtucker@