summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-12 18:03:31 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-12 18:03:31 +0000
commitd71ba5771b5c67b4efd3294ecb85dc4d10d03265 (patch)
tree8e5906fe7b52c91f68572d6c092bde6951677d3b /sshd.8
parent62c25a43dbdd0dddb872b997a6f82b4f73c79180 (diff)
- stevesk@cvs.openbsd.org 2001/08/30 20:36:34
[auth-options.c sshd.8] validate ports for permitopen key file option. add host/port alternative syntax for IPv6. ok markus@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.87
1 files changed, 5 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index ff3717b0c..97de98cca 100644
--- a/sshd.8
+++ b/sshd.8
@@ -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.8,v 1.145 2001/08/29 23:39:40 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.146 2001/08/30 20:36:34 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -1031,7 +1031,10 @@ Prevents tty allocation (a request to allocate a pty will fail).
1031Limit local 1031Limit local
1032.Li ``ssh -L'' 1032.Li ``ssh -L''
1033port forwarding such that it may only connect to the specified host and 1033port forwarding such that it may only connect to the specified host and
1034port. Multiple 1034port.
1035IPv6 addresses can be specified with an alternative syntax:
1036.Ar host/port .
1037Multiple
1035.Cm permitopen 1038.Cm permitopen
1036options may be applied separated by commas. No pattern matching is 1039options may be applied separated by commas. No pattern matching is
1037performed on the specified hostnames, they must be literal domains or 1040performed on the specified hostnames, they must be literal domains or