Possible Duplicate:
Skip over intermediate server via SSH
At my university we have an SSH gateway for remote access to our departmental Linux network. The gateway itself has a very minimal install of Linux so we generally SSH into unused workstation.
The problem is that sometimes I want to use graphical applications remotely and the SSH gateway does not have X11 installed on it so using ssh -X doesn't seem work.
Is there any way to tunnel X11 through from one of the workstations through the SSH gateway?