]> andersk Git - openssh.git/commitdiff
- deraadt@cvs.openbsd.org 2001/05/15 22:04:01
authormouring <mouring>
Thu, 17 May 2001 03:16:18 +0000 (03:16 +0000)
committermouring <mouring>
Thu, 17 May 2001 03:16:18 +0000 (03:16 +0000)
     [ssh.1]
     X11 forwarding details improved

ChangeLog
ssh.1

index ea924180067c85e715c872b31f3f0c174699b795..62d9e0d3e2ce58b14078ce0fc92206b75a6a0bfa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
    - markus@cvs.openbsd.org 2001/05/12 19:53:13
      [sftp-server.c]
      readlink does not NULL-terminate; mhe@home.se
+   - deraadt@cvs.openbsd.org 2001/05/15 22:04:01
+     [ssh.1]
+     X11 forwarding details improved
 
 20010512
  - OpenBSD CVS Sync
diff --git a/ssh.1 b/ssh.1
index d93b114c66c9ead5b5e73d1e78ccf770459aff71..39991a5c6287619baa581d858b07279a399a7a62 100644 (file)
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: ssh.1,v 1.109 2001/05/04 14:21:55 stevesk Exp $
+.\" $OpenBSD: ssh.1,v 1.110 2001/05/15 22:04:01 deraadt Exp $
 .Dd September 25, 1999
 .Dt SSH 1
 .Os
@@ -304,7 +304,16 @@ and if the peer supports it)
 .Pp
 .Ss X11 and TCP forwarding
 .Pp
-If the user is using X11 (the
+If the
+.Cm ForwardX11
+variable is set to
+.Dq yes
+(or, see the description of the
+.Fl X
+and
+.Fl x
+options described later)
+and the user is using X11 (the
 .Ev DISPLAY
 environment variable is set), the connection to the X11 display is
 automatically forwarded to the remote side in such a way that any X11
This page took 0.175576 seconds and 5 git commands to generate.