I'm getting myself very confused trying to figure out how to connect to a VNC server on windows from a remote windows machine via a tunnel to a linux server local to the VNC server.
I'm not looking to have an SSH client on the Windows machine. Being on the same local network as the linux box I should be able to trust communication between the two.
What I'm effectively asking is, can I create an SSH tunnel so that port 5091 on a local windows machine will connect to a VNC server on another Windows machine via a linux box local to the VNC destination?
Can anyone point me in the right direction?
Windows client
|
v
<internet>
| SSH
v
Linux box (Ex IP: 192.0.2.1)
| LAN
v
Windows VNC server (Int IP: 192.168.1.1)