diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-24 14:08:13 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-24 14:08:13 +1000 |
commit | a765cf4b66ba116626c317204ac317607fe0c848 (patch) | |
tree | e5a7787b7ec433be787e1ba13c6c67563cde620b /sshd_config.5 | |
parent | 1cdde6f536ec50d7165ff56843c99655c95a68eb (diff) |
- dtucker@cvs.openbsd.org 2006/07/21 12:43:36
[channels.c channels.h servconf.c servconf.h sshd_config.5]
Make PermitOpen take a list of permitted ports and act more like most
other keywords (ie the first match is the effective setting). This
also makes it easier to override a previously set PermitOpen. ok djm@
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 26c895f7a..ff5457dff 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: sshd_config.5,v 1.67 2006/07/19 13:07:10 dtucker Exp $ | 37 | .\" $OpenBSD: sshd_config.5,v 1.68 2006/07/21 12:43:36 dtucker Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD_CONFIG 5 | 39 | .Dt SSHD_CONFIG 5 |
40 | .Os | 40 | .Os |
@@ -564,9 +564,7 @@ The forwarding specification must be one of the following forms: | |||
564 | .Sm on | 564 | .Sm on |
565 | .El | 565 | .El |
566 | .Pp | 566 | .Pp |
567 | Multiple instances of | 567 | Multiple forwards may be specified by separating them with whitespace. |
568 | .Cm PermitOpen | ||
569 | are permitted. | ||
570 | An argument of | 568 | An argument of |
571 | .Dq any | 569 | .Dq any |
572 | can be used to remove all restrictions and permit any forwarding requests. | 570 | can be used to remove all restrictions and permit any forwarding requests. |