aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/ssh.1
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-03-03 05:58:39 +0000
committerBrian Feldman <green@FreeBSD.org>2000-03-03 05:58:39 +0000
commit5dc73ebebeb64670a24b3db3934735b1859926b7 (patch)
tree60380afad7a7bc13002d6fc63e4a8bc3ea09c085 /crypto/openssh/ssh.1
parent97d186bc828e5282014db0ca87c0d272c5411c4c (diff)
downloadsrc-5dc73ebebeb64670a24b3db3934735b1859926b7.tar.gz
src-5dc73ebebeb64670a24b3db3934735b1859926b7.zip
Turn off X11 forwarding in the client. X11 forwarding in the server by
default should probably also get turned on, now. Requested by: kris Obtained from: OpenBSD
Notes
Notes: svn path=/head/; revision=57708
Diffstat (limited to 'crypto/openssh/ssh.1')
-rw-r--r--crypto/openssh/ssh.15
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/openssh/ssh.1 b/crypto/openssh/ssh.1
index 9851702e0b9c..6c8f7090c291 100644
--- a/crypto/openssh/ssh.1
+++ b/crypto/openssh/ssh.1
@@ -9,7 +9,8 @@
.\"
.\" Created: Sat Apr 22 21:55:14 1995 ylo
.\"
-.\" $Id: ssh.1,v 1.37 2000/02/21 14:19:09 deraadt Exp $
+.\" $Id: ssh.1,v 1.38 2000/02/28 19:51:58 markus Exp $
+.\" $FreeBSD$
.\"
.Dd September 25, 1999
.Dt SSH 1
@@ -557,6 +558,8 @@ set. The argument must be
.Dq yes
or
.Dq no .
+The default is
+.Dq no .
.It Cm GatewayPorts
Specifies whether remote hosts are allowed to connect to local
forwarded ports.