| commit | a6e3f01d1e230b8acfdd6b4cf3096459d2a325e0 | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Sun Nov 04 23:21:40 2012 +1100 |
| committer | Damien Miller <djm@mindrot.org> | Sun Nov 04 23:21:40 2012 +1100 |
| tree | 577022d2b31e9519d26bc614c3f5396e17d58ec6 | |
| parent | d0d1099b3b8a766480ce6df215631bf0af6e6bcd [diff] |
- djm@cvs.openbsd.org 2012/11/04 11:09:15
[auth.h auth1.c auth2.c monitor.c servconf.c servconf.h sshd.c]
[sshd_config.5]
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@