I'm a newbie here so please be patient
I'm going to remotely control through Internet a RasPi with VNC.
I've just configured VNC and SSH remote control through internet and they work fine.
I have forwarded 22 port (SSH) and 5901 (VNC) port on my router correctly.
As the VNC connection is unencrypted I would like to tunnel it over SSH to secure it but i don't know how to do it.
I googled some guides but they all use a Linux client in local connection.
Here is my configuration:
RasPi connected in local to 192.168.1.150
Tight VNC Server correctly installed on RasPi, at boot up a X server is started at :1 (port 5901)
port 22 and 5901 forwarded to 192.168.1.150
my IP is determined by a no-ip ddns service: example.no-ip.com
Real VNC client correctly installed on Windows 10 Client.
PuTTy correctly installed on Windows 10 Client.
As I sad I correctly manage with SSH and VNC through Internet, the only problem is that I can't make VNC connection secure by tunneling it over SSH.
Please help
Stefano