

I got the 1st output only once, since then the same output appears again and again. In this picture, first is the example of vnc session through the tunnel, whereas the others are not going through the tunnel. When I give this command ond on the client side, netstat -aon | find ":5900" I get this

The problem i am facing is that my vnc session is not going through the tunnel.ġ - Following is the command which i am using to establish the tunnel: putty.exe -ssh -L 5900:10.31.128.23:5900 Second, I turn on my VNC client and server on the respective sides.
#Enable vnc through ssh password
I am trying to secure my VNC session using OpenSSH(ssshd) and Putty(client)(everything is on windows)įirst I establish a tunnel using putty and then log into my server PC using username and password
