|
|||||||||||
|
RE: X11 forwarding help
From: Pham Tuan-TPHAM4 <Tuan.Pham(at)motorola.com>
Date: Thu Feb 13 2003 - 11:27:07 EST
However, we've got it working without ssh's built-in X11 forwarding / X authorization . Thanks to David Barr... "You could try setting up your own port redirection so that you can forward X connections without going through ssh's X authorization. It sounds like you'll have to do two forwards (one for each hop). Do something like "ssh -x -R6010:foo:6000 host1" where foo is the hostname portion of your DISPLAY variable (maybe localhost). After you get to "host1", type "ssh -x -R6010:localhost:6010 jinx", which will redirect back to the first tunnel that you set up. When you log into jinx, manually set your DISPLAY variable to localhost:10. On the machine where you first issued ssh, type "xhost +host1" (or whatever your intermediate host is), because that is where the X clients will appear to be coming from to your X server. You might have to pick different port numbers that 6010 if they are in use already on intermediate and remote hosts. The DISPLAY variable is converted to a port number by adding 6000 to the screen number (the :0 thing at the end)." --Tuan
-----Original Message-----
On Wed, Feb 12, 2003, Pham Tuan-TPHAM4 wrote:
On the server, try setting X11UseLocalhost no Received on Thu Feb 13 15:21:42 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:54 EDT |
||||||||||
|
|||||||||||