Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: A few tips on using X11 in 10.5' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: A few tips on using X11 in 10.5
Authored by: macfreek on Nov 08, '07 05:44:49AM

To enable xterm on remote computers:

On your LOCAL machine, edit /etc/ssh_config:

Host *
   ForwardX11 yes
   ForwardX11Trusted yes

On your REMOTE machines, edit /etc/sshd_config:

X11Forwarding yes



[ Reply to This | # ]