Penguin

Differences between version 3 and predecessor to the previous major change of XNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Thursday, January 11, 2007 10:06:16 am by IanMcDonald Revert
Older page: version 2 Last edited on Wednesday, September 27, 2006 7:10:59 pm by BruceKingsbury Revert
@@ -6,8 +6,7 @@
 So try and find this by something like <tt>sudo grep -n -r nolisten /etc</tt> and then comment this out from the appropriate file. Restart [X]. 
  
 Then on a shell on the local machine type <tt>xhost +</tt> (or alternatively a host name instead of +). Then on the shell on the remote machine type <tt>DISPLAY = host:0.0 ; export DISPLAY</tt> where host is the hostname of the local machine. Now start your program in the remote shell by typing the commandline startup e.g. <tt>openoffice</tt> and it will appear on your local desktop. 
  
+A better way of doing this; use "ssh -X" when you connect to the remote host. This will set up an encrypted tunnel for programs on the remote system to communicate with the X server, and set up the DISPLAY variable to use it.  
  
-  
-  
-A better way of doing this; use "ssh -X" when you connect to the remote host. This will set up an encrypted tunnel for programs on the remote system to communicate with the X server, and set up the DISPLAY variable to use it.  
+See also [SSHNotes]