]> andersk Git - openssh.git/commit - channels.h
- dtucker@cvs.openbsd.org 2006/07/17 12:06:00
authordjm <djm>
Mon, 24 Jul 2006 04:04:00 +0000 (04:04 +0000)
committerdjm <djm>
Mon, 24 Jul 2006 04:04:00 +0000 (04:04 +0000)
commit2fefbadf160907ddfefa10c6f412ef0333977419
treeccc886d32d9252c2b8813c8b1b4c849f842a9286
parent774de098bc463f8dd9649e03df35d4fbb885c8ce
   - dtucker@cvs.openbsd.org 2006/07/17 12:06:00
     [channels.c channels.h servconf.c sshd_config.5]
     Add PermitOpen directive to sshd_config which is equivalent to the
     "permitopen" key option.  Allows server admin to allow TCP port
     forwarding only two specific host/port pairs.  Useful when combined
     with Match.
     If permitopen is used in both sshd_config and a key option, both
     must allow a given connection before it will be permitted.
     Note that users can still use external forwarders such as netcat,
     so to be those must be controlled too for the limits to be effective.
     Feedback & ok djm@, man page corrections & ok jmc@.
ChangeLog
channels.c
channels.h
servconf.c
sshd_config.5
This page took 0.109862 seconds and 5 git commands to generate.