0

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?

Magnus
  • 103
  • 4
  • See [Forward SSH traffic through a middle machine.](http://superuser.com/questions/107679) or [Basic ssh tunneling through generic linux ssh server/client](http://superuser.com/questions/190351). The gateway doesn't need to (indeed, cannot) know anything about X and other forwardings. – Gilles 'SO- stop being evil' Sep 29 '10 at 20:07

1 Answers1

0

So you're essentially SSH'ing twice at least? Like you --> gateway --> workstation?

I think you'll have to experiment with SSH tunneling.

churnd
  • 4,898
  • 26
  • 24