diff options
author | green <green@FreeBSD.org> | 2000-03-03 05:58:39 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-03-03 05:58:39 +0000 |
commit | ead1658802a890b9478ec968d48ea6486517a4b6 (patch) | |
tree | 4a4fca96a767a8b5dd47814a9e700b60a69cb69c /crypto/openssh/ssh.1 | |
parent | d83d7a1636b0713b049f5450b90121d406636b50 (diff) | |
download | FreeBSD-src-ead1658802a890b9478ec968d48ea6486517a4b6.zip FreeBSD-src-ead1658802a890b9478ec968d48ea6486517a4b6.tar.gz |
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
Diffstat (limited to 'crypto/openssh/ssh.1')
-rw-r--r-- | crypto/openssh/ssh.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/openssh/ssh.1 b/crypto/openssh/ssh.1 index 9851702..6c8f709 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. |