Changes between Version 24 and Version 25 of Internal/BuildingGNURadioImage
- Timestamp:
- Feb 4, 2009, 11:34:37 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/BuildingGNURadioImage
v24 v25 392 392 * export the display to a local x server. 393 393 394 394 ---- 395 396 === 2/4/09 === 397 398 The jade ssh... 399 400 So 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 {{{ 402 ssh -Y user@host 403 }}} 404 405 should 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 407 You 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.