summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authordjm <djm>2006-07-24 04:08:13 +0000
committerdjm <djm>2006-07-24 04:08:13 +0000
commit8dd6cb19e65b742808a6e5d75e227aab35b56b4c (patch)
tree02bdfcdb39480e3c530a9d40f4d2819a7c3bb0a9 /sshd_config.5
parent9a70cf4a4053c0250f1a76e54d2200be813efbe4 (diff)
downloadopenssh-8dd6cb19e65b742808a6e5d75e227aab35b56b4c.tar.gz
- 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.56
1 files changed, 2 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 26c895f7..ff5457df 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.67 2006/07/19 13:07:10 dtucker Exp $
+.\" $OpenBSD: sshd_config.5,v 1.68 2006/07/21 12:43:36 dtucker Exp $
.Dd September 25, 1999
.Dt SSHD_CONFIG 5
.Os
@@ -564,9 +564,7 @@ The forwarding specification must be one of the following forms:
.Sm on
.El
.Pp
-Multiple instances of
-.Cm PermitOpen
-are permitted.
+Multiple forwards may be specified by separating them with whitespace.
An argument of
.Dq any
can be used to remove all restrictions and permit any forwarding requests.