[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

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
howtos:remotex_linux2linux [2012/09/11 02:21 (UTC)] – remotex_linux2linux renamed to howtos:remotex_linux2linux nocturnal.slackerhowtos:remotex_linux2linux [2012/09/12 21:11 (UTC)] – ADDED: UseLocalHost arfon
Line 18: Line 18:
 ====== X11 Forwarding Over SSH====== ====== X11 Forwarding Over SSH======
  
-1) ensure that X11Forwarding is enabled in /etc/ssh/ssh**d**_conf on the **remote machine**.+ 1) Edit /etc/ssh/sshd_conf on the **remote machine**. 
 + 
 +   CHANGE: 
 +   #X11Forwarding no 
 +    
 +   TO: 
 +   X11Forwarding yes 
 +    
 +   CHANGE: 
 +   #X11UseLocalhost yes 
 +    
 +   TO: 
 +   X11UseLocalhost yes
  
 2) ensure that X11Forwarding is enabled in /etc/ssh/ssh_conf on the **local machine**. 2) ensure that X11Forwarding is enabled in /etc/ssh/ssh_conf on the **local machine**.
 howtos:remotex_linux2linux ()