summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.8
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-05-03 18:03:08 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-05-03 18:03:08 +0000
commit2252dc654f797ee5906e4b1b49fa63171edda3cf (patch)
tree9f497f7c424a13379fb642d29baa60a330e37f3b /usr.bin/ssh/sshd.8
parent21013a86e57aa529031480e356a3ffc47f1472c3 (diff)
GatewayPorts for sshd, ok deraadt@
Diffstat (limited to 'usr.bin/ssh/sshd.8')
-rw-r--r--usr.bin/ssh/sshd.811
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 41d58989aa0..33eb8789bac 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: sshd.8,v 1.46 2000/05/03 10:21:49 markus Exp $
+.\" $Id: sshd.8,v 1.47 2000/05/03 18:03:07 markus Exp $
.\"
.Dd September 25, 1999
.Dt SSHD 8
@@ -280,6 +280,15 @@ and
can be used as wildcards in the patterns.
Only user names are valid, a numerical user ID isn't recognized.
By default login is allowed regardless of the user name.
+.It Cm GatewayPorts
+Specifies whether remote hosts are allowed to connect to ports
+forwarded for the client.
+The argument must be
+.Dq yes
+or
+.Dq no .
+The default is
+.Dq no .
.It Cm HostDsaKey
Specifies the file containing the private DSA host key (default
.Pa /etc/ssh_host_dsa_key )