summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-12 22:34:17 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-07-12 22:34:17 +1000
commit4515047e47f26377a46f480ed5929e8ccfa18720 (patch)
treea7485f1794bcab3a46c5f3efcf2a3ba630021be9 /ChangeLog
parentba724050263c0bca0a7dffa26462d046c4df7e01 (diff)
- dtucker@cvs.openbsd.org 2006/07/12 11:34:58
[sshd.c servconf.h servconf.c sshd_config.5 auth.c] Add support for conditional directives to sshd_config via a "Match" keyword, which works similarly to the "Host" directive in ssh_config. Lines after a Match line override the default set in the main section if the condition on the Match line is true, eg AllowTcpForwarding yes Match User anoncvs AllowTcpForwarding no will allow port forwarding by all users except "anoncvs". Currently only a very small subset of directives are supported. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2710249f2..5d86e4451 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,18 @@
43 - stevesk@cvs.openbsd.org 2006/07/11 20:27:56 43 - stevesk@cvs.openbsd.org 2006/07/11 20:27:56
44 [authfile.c ssh.c] 44 [authfile.c ssh.c]
45 need <errno.h> here also (it's also included in <openssl/err.h>) 45 need <errno.h> here also (it's also included in <openssl/err.h>)
46 - dtucker@cvs.openbsd.org 2006/07/12 11:34:58
47 [sshd.c servconf.h servconf.c sshd_config.5 auth.c]
48 Add support for conditional directives to sshd_config via a "Match"
49 keyword, which works similarly to the "Host" directive in ssh_config.
50 Lines after a Match line override the default set in the main section
51 if the condition on the Match line is true, eg
52 AllowTcpForwarding yes
53 Match User anoncvs
54 AllowTcpForwarding no
55 will allow port forwarding by all users except "anoncvs".
56 Currently only a very small subset of directives are supported.
57 ok djm@
46 58
4720060711 5920060711
48 - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c 60 - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
@@ -4892,4 +4904,4 @@
4892 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4904 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4893 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4905 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4894 4906
4895$Id: ChangeLog,v 1.4399 2006/07/12 12:24:22 dtucker Exp $ 4907$Id: ChangeLog,v 1.4400 2006/07/12 12:34:17 dtucker Exp $