Saturday, July 4, 2009

SSH Tunnel with FreeNX

To use FreeNX to access a machine that's behind a firewall, you can tunnel an SSH connection:
ssh -L 2222:desktop:22 user@firewall
Configure FreeNX to connect to port 2222 on localhost, and log in as normal.

No comments: