So, I was following this guide https://linuxize.com/post/how-to-install-and-configure-vnc-on-centos-7/ on how to setup a vnc server and I'm at the part where I have to connect to my vnc server via ssh and I'm getting an error.
Error:
bind: Address already in use
channel_setup_fwd_listener_tcpip: cannot listen to port: 5901
Could not request local forwarding.

ssh -L 5901:127.0.0.1:5901 -N -f -l username server_ip_addressthis command from another machine. And still get this error.