Oh, okay. Then please show the output of
Code:
sudo systemctl status vncserver@1.service
Then any errors on
Code:
ssh -L 59000:localhost:5901 -C -N -l myusername your_server_ip
And while the tunnel is established
Code:
sudo lsof -i -n | grep '\<ssh\>\|\<sshd\>'