I've set up a machine with VNC through SSH. And it works just great when I first create the tunnel using:
Quote:
|
ssh -L 5902:10.0.0.250:5902 jk@10.0.0.250
|
and then open localhost::5902 in vinagre (if I input localhost:2 it auto changes to localhost::5902 for some reason).
I would however like to have one less window (gnome-terminal) open and use the "Use host _ as SSH tunnel" in vinagre.
But for the life of me I can't get it to work. Anyone here that can help me figure out what to input in vinagre to get it to work (without having gnome-terminal open in the background) ?