[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
howtos:x_windows:remotex_windows2linux [2012/09/10 21:51 (UTC)] – CREATED arfonhowtos:remotex_windows2linux [2012/09/12 21:09 (UTC)] – [Remote X11 Over SSH] - ADDED: sshd X11Forwarding arfon
Line 1: Line 1:
 +====== Remote X: Windows to Linux ======
 +
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
-====== Plain Ol Vanilla Remote X11 ======+====== Plain OlVanilla Remote X11 ======
 1) Install Xming **and** Xming-fonts 1) Install Xming **and** Xming-fonts
   * Download from [[http://sourceforge.net/projects/xming/files/]]   * Download from [[http://sourceforge.net/projects/xming/files/]]
Line 45: Line 47:
 ====== Remote X11 Over SSH ====== ====== Remote X11 Over SSH ======
  
-1) Install Putty (if it's not already installed).+1) Edit /etc/ssh/ssh**d**_conf on the **remote** (Slackwaremachine. 
 +     CHANGE: 
 +     #X11Forwarding no 
 +      
 +     TO: 
 +     X11Forwarding yes 
 +      
 +     CHANGE: 
 +     #X11UseLocalhost yes 
 +      
 +     TO: 
 +     X11UseLocalhost yes
  
 +2) Install Putty (if it's not already installed).
      www.chiark.greenend.org.uk/~sgtatham/putty/      www.chiark.greenend.org.uk/~sgtatham/putty/
  
-2) Open putty and fill in the "Host Name" box+3) Open putty and fill in the "Host Name" box.
- +
-3) Ensure that SSH is checked.+
  
 4) Under Category > Connection > SSH > X11 check the "Enable X11 forwarding" box. 4) Under Category > Connection > SSH > X11 check the "Enable X11 forwarding" box.
Line 61: Line 73:
 7) Start the X application from the command line, a window should open on your local machine with the application. 7) Start the X application from the command line, a window should open on your local machine with the application.
  
-(It's a regular SSH session with putty but with X11 forwarding enabled.)+(It'basically a regular SSH session with putty but with X11 forwarding enabled.)
  
  
 howtos:remotex_windows2linux ()