Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
trying to enable X11 forwarding. Basically I edited my /etc/ssh/sshd_config file to enable X11 forwarding. But when I log into my system and startx - it doesnt forward the screen onto the ssh terminal - but only views locally. I looked through the XF86Config file for any options, but there weren't any. Does anyone know what else I have to do?
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152
Thanked: 0
The whole point of the X11 forwarding is that you don't have to set DISPLAY or mess with any of that.
It's much easier to start X on the local machine and display X apps from the remote machine to your local machine. . .
Anyway, when you log in to your remote computer, do a:
Code:
printenv DISPLAY
It should say something like:
Code:
your.local.host.name:10
If it doesn't, X11 forwarding isn't working in sshd.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.