If you want to connect to remote server (running vnc on local port) but using another host as jump node (bastion).
ssh -L 5902:vnchost:5902 username@jumphost
If you want to connect to remote server (running vnc on local port) but using another host as jump node (bastion).
ssh -L 5902:vnchost:5902 username@jumphost