View Single Post
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#329
Originally Posted by murphy View Post
I created a ssh tunnel and use it with :
xtightvncviewer localhost::44444 -fullscreen
but with vnc viewer (at least the maemo one) I couldn't configure it with a port in parameter.
You can; if you supply a small number, it takes it as a screen number and adds 5900 for the port number, but if you enter a large number, it takes it as a port number. (I don't know where the cutoff is, but it should work fine unless you're using a rather low port number.)

But what I do is ssh -L5901:127.0.0.1:5900 ... so I can connect to localhost:1, leaving :0 open for a VNC server on the tablet.
 

The Following User Says Thank You to Benson For This Useful Post: