[openssh-commits] CVS: fuyu.mindrot.org: openssh

Darren Tucker dtucker at mindrot.org
Wed Jul 12 22:34:18 EST 2006


CVSROOT:	/var/cvs
Module name:	openssh
Changes by:	dtucker at fuyu.mindrot.org	2006/07/12 22:34:18

Modified files:
	.              : ChangeLog auth.c servconf.c servconf.h sshd.c 
	                 sshd_config.5 

Log message:
- dtucker at 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@

cvs -n rdiff -u -r1.4399 -r1.4400 openssh/ChangeLog
cvs -n rdiff -u -r1.113 -r1.114 openssh/auth.c
cvs -n rdiff -u -r1.142 -r1.143 openssh/servconf.c
cvs -n rdiff -u -r1.66 -r1.67 openssh/servconf.h
cvs -n rdiff -u -r1.341 -r1.342 openssh/sshd.c
cvs -n rdiff -u -r1.65 -r1.66 openssh/sshd_config.5



More information about the openssh-commits mailing list