LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Need Help with X11 forwarding (https://www.linuxquestions.org/questions/linux-general-1/need-help-with-x11-forwarding-171015/)

phatboyz 04-16-2004 02:30 PM

Need Help with X11 forwarding
 
Hi Can some one tell me what I am to do on the server side. ssh is installed. Some one told me that i have to modify to files. What are they? Also if I use putty from a windows machine can I see my remote desktop or do I just start whatever service I am looking to see?

kvedaa 04-16-2004 02:44 PM

I am not a putty user, but you might want to take a look at:

http://faq.rutgers.edu/content/jodon....jodonato.html

I hope that it helps.

phatboyz 04-16-2004 03:09 PM

Actually it didn't help I need help on the ssh server side. I know how to x11 through putty.

nmayotte 04-16-2004 03:17 PM

first, I didn't know you could forward x through putty, don't you need another program like xwin or exceed?

from the faq at www.openssh.org :

2.7 - X11 and/or agent forwarding does not work.

Check your ssh_config and sshd_config. The default configuration files disable authentication agent and X11 forwarding. To enable it, put the line below in sshd_config:
X11Forwarding yes

and put the following lines in ssh_config:
ForwardAgent yes
ForwardX11 yes

NOTE: For users of Linux Mandrake 7.2, Mandrake modifies the XAUTHORITY environment variable in /etc/skel/.bashrc, and thus any bash user's home directory. This variable is set by OpenSSH and for either of the above options to work, you need to comment out the line:
# export XAUTHORITY=$HOME/.Xauthority


All times are GMT -5. The time now is 07:47 PM.