Changes between Version 24 and Version 25 of Internal/BuildingGNURadioImage


Ignore:
Timestamp:
Feb 4, 2009, 11:34:37 PM (15 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/BuildingGNURadioImage

    v24 v25  
    392392 * export the display to a local x server.
    393393
    394 
     394----
     395
     396=== 2/4/09 ===
     397
     398The jade ssh...
     399
     400So we have ofically dubbed ssh a piece of shit. After much debugging, we found that the ssh multi-hop tunneling does work as advertised.
     401{{{
     402ssh -Y user@host
     403}}}
     404
     405should capture the X output of the machine and transport it you the machine you ssh'd from. The -Y option passes it back through any other machines you might have come through, and deposits the result on the originating machines X server.
     406
     407You should be able to tell if this is working because there should be an environment variable '''DISPLAY=localhost:10.0'''. (Or some number greater than 10) This works because the tunnel captures local X traffic  via a dummy xserver setup on the host at port 10.0 and ferries that to the remote machine.