Re: SSH Tunneling of X protocol from non-interactive session
paulg_at_at-cantab-dot.net
Date: 10/10/05
- Previous message: Mihai Osian: "Re: SSH Tunneling of X protocol from non-interactive session"
- In reply to: Dobes Jiri: "SSH Tunneling of X protocol from non-interactive session"
- Next in thread: Skip: "Re: SSH Tunneling of X protocol from non-interactive session"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 10 Oct 2005 10:57:25 +0100 (BST)
Crosspost deleted and followups set to comp.windows.x
In comp.windows.x Dobes Jiri <dobes@marian.fsik.cvut.cz> wrote:
> M> ssh -x C
This disables X fordwarding not enables it.
You need
M> ssh -Y C
This enables trusted X11 forwarding.
Using -X enables untrusted forwarding and things like copy and paste won't
work.
You do not need xhost+ and you do not need to se the display environment
variable and you do not need to explictly forward the X ports.
On C you should get something like
C> echo $DISPLAY
localhost:18.0
If you then do
C> xterm &
It should display on the X server running on M.
-p
-- "What goes up must come down, ask any system administrator" --------------------------------------------------------------------
- Previous message: Mihai Osian: "Re: SSH Tunneling of X protocol from non-interactive session"
- In reply to: Dobes Jiri: "SSH Tunneling of X protocol from non-interactive session"
- Next in thread: Skip: "Re: SSH Tunneling of X protocol from non-interactive session"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|