Jake Moe writes: > j...@aus10224 ~ $ ssh -Y jhb5970 > Password: > Last login: Wed Jun 9 08:05:09 EST 2010 from 192.168.0.114 on pts/0 > j...@jhb5970 ~ $ firefox > Error: no display specified > j...@jhb5970 ~ $ konqueror > konqueror: cannot connect to X server > j...@jhb5970 ~ $
Try "echo $DISPLAY", this should give something like localhost:10.0. If it is empty, the forwarding did not work. I guess you have to set X11Forwarding to yes in /etc/ssh/sshd_config on jhb5970, and restart ssh with /etc/init.d/sshd restart. /etc/init.d/sshd reload should also work. Wonko