I've got a new install of unstable, and I've changedd /etc/ssh/sshd_config so thta the X11 line reads: X11Forwarding yes But when I ssh in, I still have no DISPLAy variable set. The machine I'm ssh in from works for this on other machines. I've restartd the sshd task. What else do I need to check ?
You need to edit two files for X11 forwarding: On the remote machine (the one you are ssh'ing to): /etc/ssh/sshd_config And on the client machine (the one you are sitting at..) /etc/ssh/ssh_configEach of these files gives you a basic configuration to work with, but you do need to switch on X11 forwarding in both configs...
Johnny.