CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/11/04 04:09:17
Modified files:
usr.bin/ssh : auth.h auth1.c auth2.c monitor.c servconf.c
servconf.h sshd.c sshd_config.5
Log message:
Support multiple required authentication via an AuthenticationMethods
option. This option lists one or more comma-separated lists of
authentication method names. Successful completion of all the methods in
any list is required for authentication to complete;
feedback and ok markus@
