]> andersk Git - openssh.git/commit
- dtucker@cvs.openbsd.org 2006/07/12 11:34:58
authordtucker <dtucker>
Wed, 12 Jul 2006 12:34:17 +0000 (12:34 +0000)
committerdtucker <dtucker>
Wed, 12 Jul 2006 12:34:17 +0000 (12:34 +0000)
commitd231781a31a77d4a3100241b72f3dd517cf5190c
tree8f48fb0bbd972df996a8dc64debfb9b009caf30c
parentdd984467dd49a0f1249a3e092eaf14cff27fe33a
   - 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@
ChangeLog
auth.c
servconf.c
servconf.h
sshd.c
sshd_config.5
This page took 0.973953 seconds and 5 git commands to generate.