i'm having trouble getting a remote X connection going with ssh.
I can connect fine to the machine (an HPUX server) with
Code:
$ x -auth -l username remotehost
window manager loads and everything.
but i can't get it to work over a secure connection

whatever i try and do i get the message about could not connect to display.
the main jist of what i think i want to do is
Code:
$ ssh -X -l username remotehost
but i can't get it to work. init is at runlevel 3, and insecure connections work fine, but i don't know what to try now, and all the documentation i've read doesn't seem to help more than saying to set the -X tag.
Thanks!
fabs