I need to setup an SSH tunnel that listens on a port, that redirects all
data to 192.168.0.2:5901 (decrypted at this point).
localhost is a Linux-Mandrake server with SSH installed.
192.168.0.2 is a Win98 machine.
I have tried to configure SSH to forward the port, but to no avail.
What command-line options do I use?
Thanks in advance.
-- Asheesh.
(PS: I plan on using TeraTerm Pro to do the SSH forwarding for Windows
clients. I'll still need the equiavalent command line arguments for 'nix
SSH, though.)