Wednesday, October 22, 2008

X forwarding problem on Debian/Etch


  1. check /etc/ssh/sshd_config : X11Forwarding yes
  2. apt-get install xbase-clients

ssh -X username@hostname should forward X applications properly now ;)