mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-04 04:52:47 -05:00
X forwarding changes:
- new function platform_get_x_display() to find a sensible local display. On Unix, the Gtk apps weren't taking account of --display when determining where to send forwarded X traffic. - explicitly document that leaving X display location blank in config tries to do something sensible (and that it's now blank by default) - don't override X11Display setting in plink, since that's more properly done later [originally from svn r4604]
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
\versionid $Id: using.but,v 1.32 2004/09/22 22:15:25 jacob Exp $
|
||||
\versionid $Id: using.but,v 1.33 2004/10/06 22:31:07 jacob Exp $
|
||||
|
||||
\C{using} Using PuTTY
|
||||
|
||||
@ -304,9 +304,10 @@ does do.
|
||||
|
||||
You should then tick the \q{Enable X11 forwarding} box in the
|
||||
Tunnels panel (see \k{config-ssh-x11}) before starting your SSH
|
||||
session. The \q{X display location} box reads \c{localhost:0} by
|
||||
default, which is the usual display location where your X server
|
||||
will be installed. If that needs changing, then change it.
|
||||
session. The \q{X display location} box is blank by default, which
|
||||
means that PuTTY will try to use a sensible default such as \c{:0},
|
||||
which is the usual display location where your X server will be
|
||||
installed. If that needs changing, then change it.
|
||||
|
||||
Now you should be able to log in to the SSH server as normal. To
|
||||
check that X forwarding has been successfully negotiated during
|
||||
|
Reference in New Issue
Block a user