summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-11-04 23:21:40 +1100
committerDamien Miller <djm@mindrot.org>2012-11-04 23:21:40 +1100
commita6e3f01d1e230b8acfdd6b4cf3096459d2a325e0 (patch)
tree577022d2b31e9519d26bc614c3f5396e17d58ec6 /ChangeLog
parentd0d1099b3b8a766480ce6df215631bf0af6e6bcd (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@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 120c132af..85c92eb7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,14 @@
7 [auth2-pubkey.c sshd.c sshd_config.5] 7 [auth2-pubkey.c sshd.c sshd_config.5]
8 Remove default of AuthorizedCommandUser. Administrators are now expected 8 Remove default of AuthorizedCommandUser. Administrators are now expected
9 to explicitly specify a user. feedback and ok markus@ 9 to explicitly specify a user. feedback and ok markus@
10 - djm@cvs.openbsd.org 2012/11/04 11:09:15
11 [auth.h auth1.c auth2.c monitor.c servconf.c servconf.h sshd.c]
12 [sshd_config.5]
13 Support multiple required authentication via an AuthenticationMethods
14 option. This option lists one or more comma-separated lists of
15 authentication method names. Successful completion of all the methods in
16 any list is required for authentication to complete;
17 feedback and ok markus@
10 18
1120121030 1920121030
12 - (djm) OpenBSD CVS Sync 20 - (djm) OpenBSD CVS Sync