summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-12 17:58:15 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-12 17:58:15 +0000
commit60d82be9f31bfdfdd40034ff1f920467766b1eab (patch)
tree50b259cf06e070641564ce09b273cb0c7dbdb888 /sshd.8
parent1a1747172ec251739c846a378310bf7b5ba5b55d (diff)
- stevesk@cvs.openbsd.org 2001/08/29 23:39:40
[ssh.1 sshd.8] additional documentation for GatewayPorts; ok markus@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.811
1 files changed, 10 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index e98cfdd61..ff3717b0c 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.144 2001/08/29 23:02:21 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.145 2001/08/29 23:39:40 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -442,6 +442,15 @@ By default login is allowed regardless of the user name.
442.It Cm GatewayPorts 442.It Cm GatewayPorts
443Specifies whether remote hosts are allowed to connect to ports 443Specifies whether remote hosts are allowed to connect to ports
444forwarded for the client. 444forwarded for the client.
445By default,
446.Nm
447binds remote port forwardings to the loopback addresss. This
448prevents other remote hosts from connecting to forwarded ports.
449.Cm GatewayPorts
450can be used to specify that
451.Nm
452should bind remote port forwardings to the wildcard address,
453thus allowing remote hosts to connect to forwarded ports.
445The argument must be 454The argument must be
446.Dq yes 455.Dq yes
447or 456or