Berkeley CSUA MOTD:Entry 41329
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/28 [General] UID:1000 Activity:popular
5/28    

2006/1/10-12 [Computer/SW/Security] UID:41329 Activity:nil
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