diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-07-12 22:34:17 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-07-12 22:34:17 +1000 |
commit | 4515047e47f26377a46f480ed5929e8ccfa18720 (patch) | |
tree | a7485f1794bcab3a46c5f3efcf2a3ba630021be9 /openbsd-compat | |
parent | ba724050263c0bca0a7dffa26462d046c4df7e01 (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 'openbsd-compat')
0 files changed, 0 insertions, 0 deletions