1/10 I added X11 forwarding (said "yes") in /etc/ssh/ssh*_config
and /etc/init.d/ssh restart. However, my win ssh client
still says "server does not allow X11 forwarding." What's up?
\_ Silly question (or maybe not).. Are you running an X server
on your windows box? Another silly question. Is X installed
on said server? sshd needs to be able to find xauth, etc to
do X forwarding. Make sure they're in your path.
\_ THANK YOU. After thinking about this, I simply did an
apt-get install xbase-clients which then pulled in all
the X dependencies. Afterwards, I can do X!!! Yay!
Thank you so much. By the way how do I check which
package depends on others? I have no idea what package
I pulled in.
\_ rpm -q --requires xbase-clients -tom |