local$ ssh -C -L 5902:127.0.0.1:5902 uid@remote
Then on remote start vncserver if it is not started
remote$ vncserver :2
Now on start vncviewer on local to connect to remote vnc server:
local$ vncviewer locathost:2
Fedora, Red Hat, CentOS, Linux
local$ ssh -C -L 5902:127.0.0.1:5902 uid@remote
remote$ vncserver :2
local$ vncviewer locathost:2
No comments:
Post a Comment