Alright, well, I have copssh listening on port xxx and I ssh with this Code: ssh -L5901:127.0.0.1:5900 your.ip.add.ress -lWinUsername -p xxx -v I assume that's right because I'm going for port xxx while trying to VNC into the 5900 port right? So afaict, since copssh is on the xxx port and my vnc (for now) is on the standard 5900 port, it should be working right?
ssh -L5901:127.0.0.1:5900 your.ip.add.ress -lWinUsername -p xxx -v